treball en curs: correccions de tidy

This commit is contained in:
2026-05-16 14:04:59 +02:00
parent 48af959814
commit be18f51735
31 changed files with 1741 additions and 1966 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ struct Animation {
struct AnimatedSpriteData {
std::vector<Animation> animations; // Vector con las diferentes animaciones
Texture *texture; // Textura con los graficos para el sprite
Texture *texture; // Textura con los graficos para el sprite
};
// Carga la animación desde un fichero
@@ -34,7 +34,7 @@ class AnimatedSprite : public MovingSprite {
private:
// Variables
std::vector<Animation> animation; // Vector con las diferentes animaciones
int currentAnimation; // Animacion activa
int currentAnimation; // Animacion activa
public:
// Constructor