diff options
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: |