mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 08:22:59 +00:00
removed calls to cursor_set_visible on all platforms fixes #10167
This commit is contained in:
@@ -135,7 +135,7 @@ void OS_Android::initialize(const VideoMode &p_desired, int p_video_driver, int
|
||||
visual_server = memnew(VisualServerWrapMT(visual_server, false));
|
||||
};*/
|
||||
visual_server->init();
|
||||
visual_server->cursor_set_visible(false, 0);
|
||||
// visual_server->cursor_set_visible(false, 0);
|
||||
|
||||
AudioDriverManager::get_driver(p_audio_driver)->set_singleton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user