From ca4d1945598863d0ce297f4272317e5dd5797f88 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 13 Dec 2024 14:53:38 +0100 Subject: next commit --- cursor.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'cursor.gd') 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: -- cgit v1.2.3