progs/xdemos: change //-style comments

This commit is contained in:
Brian Paul 2009-11-17 16:14:20 -07:00
parent b08f447547
commit fc3c5ffcc8
1 changed files with 1 additions and 1 deletions

View 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);