migrat Enemy a time based

This commit is contained in:
2025-10-28 11:02:22 +01:00
parent 31c84f9676
commit f14a1075ab
3 changed files with 4 additions and 4 deletions

View File

@@ -485,7 +485,7 @@ void Room::update(float delta_time) {
for (const auto& enemy : enemies_) {
// Actualiza los enemigos
enemy->update();
enemy->update(delta_time);
}
for (const auto& item : items_) {