gcc3.2 bug

This commit is contained in:
David Rose 2003-07-17 19:58:59 +00:00
parent ba57d8f755
commit 15feb555b3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -19,7 +19,7 @@
#ifndef GLGRAPHICSSTATEGUARDIAN_H
#define GLGRAPHICSSTATEGUARDIAN_H
//#define GSG_VERBOSE 1
#define GSG_VERBOSE 1
#include "pandabase.h"