diff --git a/src/osgUtil/SceneView.cpp b/src/osgUtil/SceneView.cpp index 4f328f34a..5aa8e0a3a 100644 --- a/src/osgUtil/SceneView.cpp +++ b/src/osgUtil/SceneView.cpp @@ -1025,7 +1025,7 @@ void SceneView::draw() osg::Texture::TextureObjectManager* tom = osg::Texture::getTextureObjectManager(state->getContextID()); tom->newFrame(state->getFrameStamp()); - osg::GLBufferObjectManager::GLBufferObjectManager* bom = osg::GLBufferObjectManager::getGLBufferObjectManager(state->getContextID()); + osg::GLBufferObjectManager* bom = osg::GLBufferObjectManager::getGLBufferObjectManager(state->getContextID()); bom->newFrame(state->getFrameStamp()); if (!_initCalled) init();