fix: Fix issue #166

This commit is contained in:
Balloonpopper
2022-03-10 11:54:49 +11:00
committed by Julian Murgia
parent a20932a8e4
commit 9037e160c2

View File

@@ -52,7 +52,7 @@ func _enter_tree():
# Function called when ESCGame exits the scene tree. # Function called when ESCGame exits the scene tree.
func _exit_tree(): func _exit_tree():
escoria.action_manager.disconnect( escoria.event_manager.disconnect(
"event_finished", "event_finished",
self, self,
"_on_event_done" "_on_event_done"