Strzela z kolizja

This commit is contained in:
2024-12-09 23:09:44 +01:00
parent 13066709a7
commit a81cf284d0
8 changed files with 91 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ void Actor::updateBullets() {
++it; // Przechodzi do następnego elementu
}
}
std::cout << "Liczba pociskow: " << bullets.size() << std::endl;
//std::cout << "Liczba pociskow: " << bullets.size() << std::endl;
}