Arreglado el problema con las plataormas verticales. Se iba un pixel

This commit is contained in:
2022-08-29 08:27:33 +02:00
parent 45592f16c3
commit f9482594ea
5 changed files with 7 additions and 7 deletions

View File

@@ -86,10 +86,10 @@ void Game::update()
}
}
map->update();
enemyEngine->update();
player->update();
checkScreenBorders();
enemyEngine->update();
map->update();
checkInput();
}
}