usuwam niepotrzeb

This commit is contained in:
2024-11-20 15:51:37 +01:00
parent c113cc55e3
commit b16fd9fad5
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
Plansza::Plansza(int windowHeight, int windowWidth) {
size.height = windowHeight;
size.width = windowWidth;
meteorsCounter = 0;
meteorTexture.loadFromFile("../assets/img/meteor.png");
spawnClock.restart();
}