diff --git a/source/TestGame.cpp b/source/TestGame.cpp index 43df9b3..486b8ff 100644 --- a/source/TestGame.cpp +++ b/source/TestGame.cpp @@ -636,7 +636,7 @@ begin_deleting_shit: for (uint32_t i = 0; i < enemies.size(); i++) { if (enemies.at(i)->markForRemoval) { // here we have the mark for removal shit, remove - // and restart the loop (not most efficient but it will do! + // and restart the loop (not most efficient but it will do!) enemies.erase(enemies.begin() + i); goto begin_deleting_shit; } @@ -1424,4 +1424,4 @@ void Title::Init() { } void Title::LoadContent() { -} \ No newline at end of file +}