Added initializer

This commit is contained in:
Robert Osfield
2016-06-23 12:32:15 +01:00
parent 8f7f6141e7
commit ff38f84d04

View File

@@ -904,6 +904,7 @@ void GraphicsContext::resizedImplementation(int x, int y, int width, int height)
SyncSwapBuffersCallback::SyncSwapBuffersCallback()
{
OSG_INFO<<"Created SyncSwapBuffersCallback."<<std::endl;
_previousSync = 0;
}
void SyncSwapBuffersCallback::swapBuffersImplementation(osg::GraphicsContext* gc)