removed calls to cursor_set_visible on all platforms fixes #10167
This commit is contained in:
parent
5e1116da4c
commit
2286037bc3
4 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue