mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
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
|
@ -476,7 +476,7 @@ void OS_JavaScript::initialize(const VideoMode &p_desired, int p_video_driver, i
|
|||
print_line("Init VS");
|
||||
|
||||
visual_server = memnew(VisualServerRaster());
|
||||
visual_server->cursor_set_visible(false, 0);
|
||||
// visual_server->cursor_set_visible(false, 0);
|
||||
|
||||
print_line("Init Physicsserver");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue