Merge pull request #7797 from Brett-Mitchell/patch-1
Fix for issue #7766
This commit is contained in:
commit
55dc24f753
1 changed files with 2 additions and 1 deletions
|
@ -1765,7 +1765,8 @@ String OS_OSX::get_joy_guid(int p_device) const {
|
|||
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