This commit is contained in:
2024-10-24 14:03:12 +02:00
parent 8c98430b68
commit 8f33308f8d
2 changed files with 14 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ public:
explicit AnimatedSprite(std::shared_ptr<Texture> texture);
// Destructor
virtual ~AnimatedSprite();
virtual ~AnimatedSprite() = default;
// Actualiza las variables del objeto
void update() override;