Fixed unitialized variable

This commit is contained in:
Robert Osfield
2009-05-08 07:50:09 +00:00
parent 0ab285a3ef
commit fafb7028f8

View File

@@ -1029,6 +1029,7 @@ GraphicsWindowWin32::GraphicsWindowWin32( osg::GraphicsContext::Traits* traits )
_closeWindow(false),
_destroyWindow(false),
_destroying(false),
_mouseCursor(0),
_appMouseCursor(LeftArrowCursor),
_applyWorkaroundForMultimonitorMultithreadNVidiaWin32Issues( false )
{