Renombradas variables en la clase text

This commit is contained in:
2022-09-01 19:00:13 +02:00
parent 203391da2d
commit 114da1e381
2 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
class Text
{
private:
Sprite *mSprite; // Objeto con los graficos para el texto
Sprite *sprite; // Objeto con los graficos para el texto
struct Offset
{