disable debug

This commit is contained in:
Brian 2007-02-21 16:05:56 -07:00
parent 917a5086b3
commit 5a2c1ad625

View file

@ -2592,7 +2592,7 @@ _slang_codegen_global_variable(slang_assemble_ctx *A, slang_variable *var,
GLboolean success = GL_TRUE;
GLint texIndex;
slang_ir_storage *store = NULL;
int dbg = 1;
int dbg = 0;
texIndex = sampler_to_texture_index(var->type.specifier.type);