From Torben Dannhauer, fixed typo

This commit is contained in:
Robert Osfield
2010-04-22 07:32:11 +00:00
parent 9eebb2eb23
commit be0e573f80

View File

@@ -2198,7 +2198,7 @@ void GraphicsWindowWin32::setSyncToVBlank( bool on )
}
#else
OSG_INFO << "GraphicsWindowWin32::setSyncToVBlank(bool) not yet implemented."<< std::endl;
#endf
#endif
}
void GraphicsWindowWin32::adaptKey( WPARAM wParam, LPARAM lParam, int& keySymbol, unsigned int& modifierMask )