mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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, ";
|
glgsg_cat.spam(false) << "unknown, ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
glgsg_cat.spam(false) << (int)ref << (unsigned int)mask << ")\n";
|
glgsg_cat.spam(false) << (int)ref << ", " << (int)mask << ")\n";
|
||||||
#endif
|
#endif
|
||||||
glStencilFunc(func, ref, mask);
|
glStencilFunc(func, ref, mask);
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef GLGRAPHICSSTATEGUARDIAN_H
|
#ifndef GLGRAPHICSSTATEGUARDIAN_H
|
||||||
#define GLGRAPHICSSTATEGUARDIAN_H
|
#define GLGRAPHICSSTATEGUARDIAN_H
|
||||||
|
|
||||||
//#define GSG_VERBOSE 1
|
#define GSG_VERBOSE 1
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user