[osg-users] StateSet::compileGLObjects miss typing
Li Chi
s12345uperman at sohu.com
Fri Nov 25 09:05:28 PST 2016
Hi,
In StateSet::compileGLObjects method:
if (checkForGLErrors && state.checkGLErrors("before StateSet::compileGLObejcts()"))
need to be changed like the following line?
if (checkForGLErrors) state.checkGLErrors("before StateSet::compileGLObejcts()");
Thank you!
Cheers,
Li
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=69501#69501
More information about the osg-users
mailing list