progs/demos: Use C-style comment.

This commit is contained in:
Vinson Lee 2009-12-18 23:34:28 -08:00
parent 0478b745fe
commit 41377942d3

View 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();
}