diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-13 14:53:38 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-13 14:53:38 +0100 |
commit | ca4d1945598863d0ce297f4272317e5dd5797f88 (patch) | |
tree | c2675b394140a71c7eee04034f087c107dcd7c9c /cursor.gd | |
parent | a22381eff3bf2286ee27f4d15ddf4c431ea063be (diff) |
next commit
Diffstat (limited to 'cursor.gd')
-rw-r--r-- | cursor.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |