fix level not loading when monitor is disabled

This commit is contained in:
2022-08-26 10:51:16 -04:00
parent bb0c4e302d
commit 0c8c3f6d1b
2 changed files with 2 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ func _physics_process(_delta: float) -> void:
start_monitor()
else:
get_tree().paused = false
emit_signal("monitor_loaded")
queue_free()