progs/xdemos: Use C-style comment.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user