commit de anar a dormir

This commit is contained in:
2024-10-09 23:01:44 +02:00
parent f2fa216b0d
commit 3fa5b227ae
17 changed files with 59 additions and 74 deletions

View File

@@ -41,7 +41,7 @@ void Explosions::addTexture(int size, std::shared_ptr<Texture> texture, std::vec
{
explosion_texture_t temp;
temp.size = size;
temp.texture = texture.get();
temp.texture = texture;
temp.animation = animation;
textures.push_back(temp);
}