Cambiado el nombre de la clase LTexture a Texture
This commit is contained in:
@@ -24,7 +24,7 @@ private:
|
||||
|
||||
// Objetos
|
||||
Sprite *sprite; // Objeto con los graficos para el texto
|
||||
LTexture *texture; // Textura con los bitmaps del texto
|
||||
Texture *texture; // Textura con los bitmaps del texto
|
||||
|
||||
// Variables
|
||||
int boxWidth; // Anchura de la caja de cada caracter en el png
|
||||
|
||||
Reference in New Issue
Block a user