mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
progs/xdemos: Use C-style comment.
This commit is contained in:
parent
695adf41e2
commit
3340fd65fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue