Merge pull request #7797 from Brett-Mitchell/patch-1
Fix for issue #7766
This commit is contained in:
commit
55dc24f753
@ -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 New Issue
Block a user