Changed 0 initializer to InheritCursor

This commit is contained in:
Robert Osfield 2009-05-08 12:38:05 +00:00
parent 426c5d4e44
commit 0442237ec1

View File

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