瀏覽代碼

Commented new feature

pull/1433/head
raysan5 4 年之前
父節點
當前提交
9b2b660f91
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/text.c

+ 1
- 1
src/text.c 查看文件

@ -495,7 +495,7 @@ Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int
if (font.chars != NULL) 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); Image atlas = GenImageFontAtlas(font.chars, &font.recs, font.charsCount, font.baseSize, FONT_TTF_DEFAULT_CHARS_PADDING, 0);
font.texture = LoadTextureFromImage(atlas); font.texture = LoadTextureFromImage(atlas);

Loading…
取消
儲存