summaryrefslogtreecommitdiff
path: root/examples/cogl-gles2-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cogl-gles2-context.c')
-rw-r--r--examples/cogl-gles2-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cogl-gles2-context.c b/examples/cogl-gles2-context.c
index 1cf375fa..de66c211 100644
--- a/examples/cogl-gles2-context.c
+++ b/examples/cogl-gles2-context.c
@@ -70,7 +70,7 @@ main (int argc, char **argv)
CoglOnscreen *onscreen;
CoglError *error = NULL;
CoglVertexP2C4 triangle_vertices[] = {
- {0, 0.7, 0xff, 0x00, 0x00, 0x80},
+ {0, 0.7, 0xff, 0x00, 0x00, 0xff},
{-0.7, -0.7, 0x00, 0xff, 0x00, 0xff},
{0.7, -0.7, 0x00, 0x00, 0xff, 0xff}
};