Procházet zdrojové kódy

Commented new feature

pull/1433/head
raysan5 před 4 roky
rodič
revize
9b2b660f91
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/text.c

+ 1
- 1
src/text.c Zobrazit soubor

@ -495,7 +495,7 @@ Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int
if (font.chars != NULL)
{
font.charsPadding = FONT_TTF_DEFAULT_CHARS_PADDING;
o">//font.charsPadding = FONT_TTF_DEFAULT_CHARS_PADDING;
Image atlas = GenImageFontAtlas(font.chars, &font.recs, font.charsCount, font.baseSize, FONT_TTF_DEFAULT_CHARS_PADDING, 0);
font.texture = LoadTextureFromImage(atlas);

Načítá se…
Zrušit
Uložit