progs/demos: Use C-style comment.
authorVinson Lee <vlee@vmware.com>
Sat, 19 Dec 2009 07:34:28 +0000 (23:34 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 19 Dec 2009 07:34:28 +0000 (23:34 -0800)
progs/demos/textures.c

index b7bf135d21905b21e65a1658cb8f36695d40981a..31e1bbb3db0631b91fc340c0fbfc199a663c7862 100644 (file)
@@ -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();
 }