Review TRACELOG() messages
This commit is contained in:
parent
d7b15ac1cf
commit
d28e73849b
4 changed files with 16 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue