From: Vinson Lee Date: Sat, 19 Dec 2009 08:00:56 +0000 (-0800) Subject: progs/xdemos: Use C-style comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3340fd65fba8bbd426c5e0b74b1d8f1592b36499;p=mesa.git progs/xdemos: Use C-style comment. --- diff --git a/progs/xdemos/corender.c b/progs/xdemos/corender.c index 1b18d9f54e7..640c902c136 100644 --- a/progs/xdemos/corender.c +++ b/progs/xdemos/corender.c @@ -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);