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

@@ -34,7 +34,7 @@ private:
Asset *asset; // Objeto con la ruta a todos los ficheros de recursos
board_t *board; // Contiene las variables a mostrar en el marcador
Input *input; // Objeto Input para gestionar las entradas
LTexture *texture; // Textura con los graficos
Texture *texture; // Textura con los graficos
SDL_Renderer *renderer; // El renderizador de la ventana
SDL_Texture *layer; // Textura donde dibujar el marcador
Sprite *sprite; // Sprite para mostrar los graficos