diff options
| author | Rémi Verschelde | 2018-01-03 08:35:59 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-03 08:35:59 +0100 |
| commit | 6322b0bbb7fec1e6574f0bb09c99647472ef3a52 (patch) | |
| tree | 235aab52e666b4619c940bb1765a76ad2649cfc7 /main/main.cpp | |
| parent | 2c226e4edf720ebbadf355e244b27082ca01f330 (diff) | |
| parent | a392dbdbe3f67d42698e47399421fbdf6ae5c90a (diff) | |
| download | godot-6322b0bbb7fec1e6574f0bb09c99647472ef3a52.tar.gz godot-6322b0bbb7fec1e6574f0bb09c99647472ef3a52.tar.zst godot-6322b0bbb7fec1e6574f0bb09c99647472ef3a52.zip | |
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 5936a323d..ac68fe129 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1107,7 +1107,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 |
