mirror of
https://github.com/iProgramMC/DSPlatformMaker.git
synced 2025-06-18 16:55:38 -04:00
Fix minor tiny little typo
This commit is contained in:
parent
659ab34aee
commit
b8222e4ece
@ -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() {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user