changed op to zpass

This commit is contained in:
Dave Schuyler 2002-03-27 04:41:35 +00:00
parent 8697000bf5
commit 05c22b5153

View File

@ -331,7 +331,7 @@ INLINE void GLGraphicsStateGuardian::
call_glStencilOp(GLenum fail,GLenum zfail,GLenum zpass) {
#ifdef GSG_VERBOSE
glgsg_cat.debug() << "glStencilOp(fail, zfail, ";
switch (op) {
switch (zpass) {
case GL_KEEP:
glgsg_cat.debug(false) << "GL_KEEP)";
break;