From 1a228bdfc23c023c02aa4599227b3687a75532d9 Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Fri, 22 Nov 2024 12:15:09 +0100 Subject: [PATCH] TODO done --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 47c8516..bfb7537 100644 --- a/main.cpp +++ b/main.cpp @@ -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(); ) {