Changed 0 initializer to InheritCursor
This commit is contained in:
parent
426c5d4e44
commit
0442237ec1
@ -1029,7 +1029,7 @@ GraphicsWindowWin32::GraphicsWindowWin32( osg::GraphicsContext::Traits* traits )
|
||||
_closeWindow(false),
|
||||
_destroyWindow(false),
|
||||
_destroying(false),
|
||||
_mouseCursor(0),
|
||||
_mouseCursor(InheritCursor),
|
||||
_appMouseCursor(LeftArrowCursor),
|
||||
_applyWorkaroundForMultimonitorMultithreadNVidiaWin32Issues( false )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user