summaryrefslogtreecommitdiff
path: root/cursor.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-12-13 14:53:38 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-12-13 14:53:38 +0100
commitca4d1945598863d0ce297f4272317e5dd5797f88 (patch)
treec2675b394140a71c7eee04034f087c107dcd7c9c /cursor.gd
parenta22381eff3bf2286ee27f4d15ddf4c431ea063be (diff)
next commit
Diffstat (limited to 'cursor.gd')
-rw-r--r--cursor.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/cursor.gd b/cursor.gd
index aa5eaad..947356e 100644
--- a/cursor.gd
+++ b/cursor.gd
@@ -18,6 +18,7 @@ func _process(_delta: float) -> void:
elif Input.get_current_cursor_shape() == Input.CURSOR_POINTING_HAND:
current_action_idx = 2
else:
+ # use default OS cursor
current_action_idx = -1
if current_action_idx != last_action_idx: