Review TRACELOG() messages

This commit is contained in:
raysan5 2020-03-27 18:49:21 +01:00
parent d7b15ac1cf
commit d28e73849b
4 changed files with 16 additions and 16 deletions

View file

@ -1676,7 +1676,7 @@ static Font LoadBMFont(const char *fileName)
sscanf(searchPoint, "lineHeight=%i base=%i scaleW=%i scaleH=%i", &fontSize, &base, &texWidth, &texHeight);
TRACELOGD("FONT: [%s] Loaded font info:", fileName);
TRACELOGD(" > Base size: %i", fontSize);
TRACELOGD(" > Base size: %i", fontSize);
TRACELOGD(" > Texture scale: %ix%i", texWidth, texHeight);
fgets(buffer, MAX_BUFFER_SIZE, fntFile);