TODO done

This commit is contained in:
2024-11-22 12:15:09 +01:00
parent b3956956d7
commit 1a228bdfc2

View File

@@ -115,7 +115,6 @@ int main()
}
}
// TODO: Poprawić kolizję pocisku z meteorem, tak aby był kasowany tylko ten konkretny meteoryt
for (auto meteorIt = plansza.getMeteors().begin(); meteorIt != plansza.getMeteors().end(); ) {
bool meteorHit = false;
for (auto bulletIt = ship.getBullets().begin(); bulletIt != ship.getBullets().end(); ) {