commit | 1888a7276538a3adfe268e235e56b9931d608243 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Tue Nov 17 16:13:12 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Tue Nov 17 16:16:30 2009 -0700 |
tree | d89510b58602f79075e14ab8b1090f8067d3d48c | |
parent | 0422053eca12b4fb912e0229c96a9d12453e31c4 [diff] [blame] |
progs/demos: silence warnings
diff --git a/progs/demos/textures.c b/progs/demos/textures.c index b7bf135..d94154a 100644 --- a/progs/demos/textures.c +++ b/progs/demos/textures.c
@@ -57,7 +57,7 @@ { Xrot = glutGet(GLUT_ELAPSED_TIME) * 0.02; Yrot = glutGet(GLUT_ELAPSED_TIME) * 0.04; - //Zrot += 2.0; + /*Zrot += 2.0;*/ glutPostRedisplay(); }