diff options
author | Brian Paul <[email protected]> | 2009-11-17 16:13:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-17 16:16:30 -0700 |
commit | 1888a7276538a3adfe268e235e56b9931d608243 (patch) | |
tree | d89510b58602f79075e14ab8b1090f8067d3d48c /progs/demos/textures.c | |
parent | 0422053eca12b4fb912e0229c96a9d12453e31c4 (diff) |
progs/demos: silence warnings
Diffstat (limited to 'progs/demos/textures.c')
-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..d94154a2008 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(); } |