diff options
author | Brian Paul <[email protected]> | 2008-09-17 08:11:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-17 08:14:09 -0600 |
commit | 05aeb92a092c26e7773beb95692fc72e70a40e56 (patch) | |
tree | 548de3677fba5b30fdf67b3709f70b4bf03a90d3 /progs/demos | |
parent | 858ced051551aa5d0ddd41936253d3a4ee5c142f (diff) |
cell: dump generated code if CELL_DEBUG=asm
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/fslight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/fslight.c b/progs/demos/fslight.c index e79b5cc1970..c7931f4697e 100644 --- a/progs/demos/fslight.c +++ b/progs/demos/fslight.c @@ -45,7 +45,7 @@ static GLint uTexture; 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; |