Explorar el Código

Added TraceLog info on image spritefont loading

pull/186/merge
raysan5 hace 8 años
padre
commit
f1c3f2870b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/text.c

+ 2
- 0
src/text.c Ver fichero

@ -593,6 +593,8 @@ static SpriteFont LoadImageFont(Image image, Color key, int firstChar)
}
spriteFont.size = spriteFont.charRecs[0].height;
TraceLog(INFO, "Image file loaded correctly as SpriteFont");
return spriteFont;
}

Cargando…
Cancelar
Guardar