fixed a quick crash

This commit is contained in:
JoeMama
2025-10-25 12:49:40 +01:00
parent 397c375df9
commit 0f0f1484a0

View File

@@ -103,6 +103,7 @@ func value_changed(property, new_value) -> void:
func close() -> void:
hide()
active = false
if get_tree() == null: return
await get_tree().create_timer(0.1).timeout
closed.emit()
for i in %Container.get_children():