Renombrada la clase ltexture a texture

This commit is contained in:
2022-10-18 13:56:06 +02:00
parent 49f2c244ae
commit b949436cd7
27 changed files with 52 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
#include "animatedsprite.h"
// Constructor
AnimatedSprite::AnimatedSprite(LTexture *texture, SDL_Renderer *renderer, std::string file, std::vector<std::string> *buffer)
AnimatedSprite::AnimatedSprite(Texture *texture, SDL_Renderer *renderer, std::string file, std::vector<std::string> *buffer)
{
// Copia los punteros
setTexture(texture);