progs/xdemos: change //-style comments
authorBrian Paul <brianp@vmware.com>
Tue, 17 Nov 2009 23:14:20 +0000 (16:14 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 17 Nov 2009 23:16:30 +0000 (16:16 -0700)
progs/xdemos/corender.c

index f2b8145..ca8ee1e 100644 (file)
@@ -186,7 +186,7 @@ redraw(Display *dpy)
        * Without this glClear(), depth buffer for the second process
        * is pretty much broken.
        */
-      //glClear(GL_DEPTH_BUFFER_BIT);
+      /*glClear(GL_DEPTH_BUFFER_BIT);*/
 
       glPushMatrix();
       glTranslatef(1, 0, 0);