Fix spelling

This commit is contained in:
Matthew Day
2021-12-09 03:17:08 -06:00
parent 8c16127115
commit 50512cdef8
5 changed files with 6 additions and 6 deletions

View File

@@ -718,7 +718,7 @@ void RacingControlComponent::Update(float deltaTime) {
m_Started = true;
Game::logger->Log("RacingControlComponent", "Starting rase\n");
Game::logger->Log("RacingControlComponent", "Starting race\n");
EntityManager::Instance()->SerializeEntity(m_Parent);
@@ -871,7 +871,7 @@ void RacingControlComponent::Update(float deltaTime) {
}
Game::logger->Log("RacingControlComponent",
"Rached point (%i)/(%i)\n", player.respawnIndex,
"Reached point (%i)/(%i)\n", player.respawnIndex,
path->pathWaypoints.size());
break;