Cambiado el nombre de la clase LTexture a Texture

This commit is contained in:
2022-10-19 08:56:13 +02:00
parent ddd54fdd3f
commit 8160ddc14a
27 changed files with 64 additions and 62 deletions

View File

@@ -30,7 +30,7 @@ private:
public:
// Constructor
AnimatedSprite(LTexture *texture = nullptr, SDL_Renderer *renderer = nullptr, std::string file = "", std::vector<std::string> *buffer = nullptr);
AnimatedSprite(Texture *texture = nullptr, SDL_Renderer *renderer = nullptr, std::string file = "", std::vector<std::string> *buffer = nullptr);
// Destructor
~AnimatedSprite();