Fix for issue #7766
Add initialization for OS_OSX.mouse_mode in OS_OSX::OS_OSX(). mouse_mode now defaults to OS::MOUSE_MODE_VISIBLE.
This commit is contained in:
parent
ea7e8c8e86
commit
6921e11805
1 changed files with 2 additions and 1 deletions
|
@ -1766,6 +1766,7 @@ OS_OSX* OS_OSX::singleton=NULL;
|
|||
|
||||
OS_OSX::OS_OSX() {
|
||||
|
||||
mouse_mode=OS::MOUSE_MODE_VISIBLE
|
||||
main_loop=NULL;
|
||||
singleton=this;
|
||||
autoreleasePool = [[NSAutoreleasePool alloc] init];
|
||||
|
|
Loading…
Reference in a new issue