From: Vinson Lee Date: Sat, 19 Dec 2009 07:34:28 +0000 (-0800) Subject: progs/demos: Use C-style comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41377942d321c6ff858a81241f01f9c15f9ca347;p=mesa.git progs/demos: Use C-style comment. --- diff --git a/progs/demos/textures.c b/progs/demos/textures.c index b7bf135d219..31e1bbb3db0 100644 --- a/progs/demos/textures.c +++ b/progs/demos/textures.c @@ -57,7 +57,7 @@ Idle(void) { Xrot = glutGet(GLUT_ELAPSED_TIME) * 0.02; Yrot = glutGet(GLUT_ELAPSED_TIME) * 0.04; - //Zrot += 2.0; + /* Zrot += 2.0; */ glutPostRedisplay(); }