commit | 05aeb92a092c26e7773beb95692fc72e70a40e56 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Sep 17 08:11:42 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Sep 17 08:14:09 2008 -0600 |
tree | 548de3677fba5b30fdf67b3709f70b4bf03a90d3 | |
parent | 858ced051551aa5d0ddd41936253d3a4ee5c142f [diff] [blame] |
cell: dump generated code if CELL_DEBUG=asm
diff --git a/progs/demos/fslight.c b/progs/demos/fslight.c index e79b5cc..c7931f4 100644 --- a/progs/demos/fslight.c +++ b/progs/demos/fslight.c
@@ -45,7 +45,7 @@ static GLuint SphereList, RectList, CurList; static GLint win = 0; -static GLboolean anim = GL_TRUE; +static GLboolean anim = 0*GL_TRUE; static GLboolean wire = GL_FALSE; static GLboolean pixelLight = GL_TRUE;