Quietened down debug output
This commit is contained in:
parent
85917ea4d4
commit
1152da8bbd
@ -202,8 +202,8 @@ void State::initializeExtensionProcs()
|
|||||||
_forceVertexArrayObject = true;
|
_forceVertexArrayObject = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
OSG_NOTICE<<"_forceVertexArrayObject = "<<_forceVertexArrayObject<<std::endl;
|
OSG_INFO<<"osg::State::initializeExtensionProcs() _forceVertexArrayObject = "<<_forceVertexArrayObject<<std::endl;
|
||||||
OSG_NOTICE<<"_forceVertexBufferObject = "<<_forceVertexBufferObject<<std::endl;
|
OSG_INFO<<" _forceVertexBufferObject = "<<_forceVertexBufferObject<<std::endl;
|
||||||
|
|
||||||
|
|
||||||
// Set up up global VertexArrayState object
|
// Set up up global VertexArrayState object
|
||||||
|
Loading…
Reference in New Issue
Block a user