mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user