[cogl/wip/gles2-context: 10/12] Fix comment in example



commit 838ddf0b7fa3dfc9b89146cabc10b4fc808bdb2f
Author: Tomeu Vizoso <tomeu vizoso collabora com>
Date:   Wed Dec 28 10:24:27 2011 +0100

    Fix comment in example

 examples/cogl-gles2-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/cogl-gles2-context.c b/examples/cogl-gles2-context.c
index 16b3b7d..3714b74 100644
--- a/examples/cogl-gles2-context.c
+++ b/examples/cogl-gles2-context.c
@@ -35,7 +35,7 @@ update_offscreen_texture (CoglContext *ctx, CoglTexture *offscreen_texture)
 
   cogl_push_framebuffer (offscreen_framebuffer);
 
-  /* Clear offscreen framebuffer with green */
+  /* Clear offscreen framebuffer with a random color */
   vtable->glClearColor(g_random_double (), g_random_double (), g_random_double (), 1.0f);
   vtable->glClear(GL_COLOR_BUFFER_BIT);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]