Commited too fast...

This commit is contained in:
Thomas Geymayer 2012-11-04 19:22:37 +01:00
parent 882a2a0e52
commit 9ab88d9387

View File

@ -33,7 +33,7 @@ namespace canvas
//----------------------------------------------------------------------------
virtual void VGInitOperation::operator()(osg::GraphicsContext* context)
void VGInitOperation::operator()(osg::GraphicsContext* context)
{
GLint vp[4];
glGetIntegerv(GL_VIEWPORT, vp);