mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user