diff options
author | Vinson Lee <[email protected]> | 2009-12-18 23:34:28 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-18 23:34:28 -0800 |
commit | 41377942d321c6ff858a81241f01f9c15f9ca347 (patch) | |
tree | d74749572549693a7f3f56966ee9503922831a12 /progs | |
parent | 0478b745fe72360ce91988636b54f6e4834c1fae (diff) |
progs/demos: Use C-style comment.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/textures.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |