cell: dump generated code if CELL_DEBUG=asm

This commit is contained in:
Brian Paul
2008-09-17 08:11:42 -06:00
parent 858ced0515
commit 05aeb92a09
4 changed files with 44 additions and 14 deletions

View File

@@ -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;