Fix: Added call_deferred on _spawn_minimum

This commit is contained in:
2026-02-01 09:36:14 +01:00
parent 69776a6973
commit 6432b709ef
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ func _spawn_creature(position: Vector2) -> void:
func _on_entity_died() -> void:
_currentCount = max(0, _currentCount-1)
_spawn_minimum()
call_deferred("_spawn_minimum")