caopengllayersink: static const the indices array

the contents will never change anyway.
This commit is contained in:
Matthew Waters 2015-05-20 00:50:37 +10:00 committed by Tim-Philipp Müller
parent 56bd10a392
commit f0ed0b728d

View file

@ -859,7 +859,7 @@ static const GLfloat vertices[] = {
1.0f, -1.0f, 0.0f, 1.0f, 1.0f
};
GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
static const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
/* *INDENT-ON* */
static void