diff options
| author | raysan5 <[email protected]> | 2020-03-27 18:49:21 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-03-27 18:49:21 +0100 |
| commit | d28e73849bd53230fe322bd03a7c2ddab8d1c7a2 (patch) | |
| tree | 6756c0f828b8cad46ff8803e88fc4cc3c1ee4177 /src/text.c | |
| parent | d7b15ac1cfd5411510dc98f389bb6cc25060f1d0 (diff) | |
| download | raylib-d28e73849bd53230fe322bd03a7c2ddab8d1c7a2.tar.gz raylib-d28e73849bd53230fe322bd03a7c2ddab8d1c7a2.zip | |
Review TRACELOG() messages
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 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); |
