gcc3.2 bug
This commit is contained in:
parent
ba57d8f755
commit
15feb555b3
|
|
@ -290,7 +290,7 @@ call_glStencilFunc(GLenum func,GLint ref,GLuint mask) {
|
|||
glgsg_cat.spam(false) << "unknown, ";
|
||||
break;
|
||||
}
|
||||
glgsg_cat.spam(false) << (int)ref << (unsigned int)mask << ")\n";
|
||||
glgsg_cat.spam(false) << (int)ref << ", " << (int)mask << ")\n";
|
||||
#endif
|
||||
glStencilFunc(func, ref, mask);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef GLGRAPHICSSTATEGUARDIAN_H
|
||||
#define GLGRAPHICSSTATEGUARDIAN_H
|
||||
|
||||
//#define GSG_VERBOSE 1
|
||||
#define GSG_VERBOSE 1
|
||||
|
||||
#include "pandabase.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue