progs/xdemos: Use C-style comment.

This commit is contained in:
Vinson Lee 2009-12-19 00:00:56 -08:00
parent 695adf41e2
commit 3340fd65fb
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,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);