This commit is contained in:
2024-11-29 14:53:58 +01:00
parent d20fb3043b
commit 2f6c98f4be
4 changed files with 3 additions and 5 deletions

View File

@@ -32,3 +32,4 @@ bool Bullet::getStatus() const {
}
sf::Texture Bullet::bulletTexture = sf::Texture(); // plain init of static field
sf::Texture Bullet::rocketTexture = sf::Texture();