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
parent 057130b93d
commit 8157574d0f

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