Browse Source

Update rtext.c

pull/2342/head
Ray 3 years ago
parent
commit
4bc6e0d7de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c View File

@ -960,7 +960,7 @@ bool ExportFontAsCode(Font font, const char *fileName)
byteCount += sprintf(txtData + byteCount, " font.glyphs = fontGlyphs_%s;\n\n", fileNamePascal);
#endif
byteCount += sprintf(txtData + byteCount, " return font;\n");
byteCount += sprintf(txtData + byteCount, "}\ne">\0");
byteCount += sprintf(txtData + byteCount, "}\n");
UnloadImage(image);

Loading…
Cancel
Save