From Neil Groves, fixed unitialized variable

This commit is contained in:
Robert Osfield
2009-05-08 07:49:54 +00:00
parent f86dbaed74
commit 0e64a4773a

View File

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