aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
authorGuilherme Silva2017-11-10 08:50:11 -0200
committerGuilherme Felipe2017-12-17 13:40:29 -0200
commita392dbdbe3f67d42698e47399421fbdf6ae5c90a (patch)
tree0a824a34a62a5f9510850e4e4f451e8c54e5ed46 /main/main.cpp
parentfa8a1fc4201dc4c16b5eef844dde17c5bba92dc8 (diff)
downloadgodot-a392dbdbe3f67d42698e47399421fbdf6ae5c90a.tar.gz
godot-a392dbdbe3f67d42698e47399421fbdf6ae5c90a.tar.zst
godot-a392dbdbe3f67d42698e47399421fbdf6ae5c90a.zip
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index ab520c5e7..8afda3120 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -1105,7 +1105,7 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
if (cursor.is_valid()) {
//print_line("loaded ok");
Vector2 hotspot = ProjectSettings::get_singleton()->get("display/mouse_cursor/custom_image_hotspot");
- Input::get_singleton()->set_custom_mouse_cursor(cursor, hotspot);
+ Input::get_singleton()->set_custom_mouse_cursor(cursor, Input::CURSOR_ARROW, hotspot);
}
}
#ifdef TOOLS_ENABLED