mirror of
https://github.com/iProgramMC/DSPlatformMaker.git
synced 2025-06-19 01:05:43 -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++) {
|
for (uint32_t i = 0; i < enemies.size(); i++) {
|
||||||
if (enemies.at(i)->markForRemoval) {
|
if (enemies.at(i)->markForRemoval) {
|
||||||
// here we have the mark for removal shit, remove
|
// 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);
|
enemies.erase(enemies.begin() + i);
|
||||||
goto begin_deleting_shit;
|
goto begin_deleting_shit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user