summaryrefslogtreecommitdiff
path: root/cursor.gd
diff options
context:
space:
mode:
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: