Sfoglia il codice sorgente

Corrected bug

pull/66/head
raysan5 9 anni fa
parent
commit
b62f7c3057
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/text.c

+ 1
- 1
src/text.c Vedi File

@ -256,7 +256,7 @@ SpriteFont LoadSpriteFont(const char *fileName)
}
else
{
TraceLog(WARNING, "[%s] SpriteFont could not be loaded, using default font", fileName, numChars);
TraceLog(WARNING, "[%s] SpriteFont could not be loaded, using default font", fileName);
spriteFont = GetDefaultFont();
}

Caricamento…
Annulla
Salva