Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit c02503d

Browse files
committed
fix: used non-existent function
1 parent dfef70f commit c02503d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

godot/main.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ func _unhandled_input(event: InputEvent) -> void:
156156
and event.button_index == MOUSE_BUTTON_LEFT\
157157
and event.is_pressed()\
158158
:
159-
event.accept_event()
160159
selected_index = null
161160
selected_point = null
162161
for cp in control_points:

0 commit comments

Comments
 (0)