diff options
-rw-r--r-- | platform/osx/os_osx.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/osx/os_osx.mm b/platform/osx/os_osx.mm index 854ccacbf1..d74200c744 100644 --- a/platform/osx/os_osx.mm +++ b/platform/osx/os_osx.mm @@ -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]; |