Update rtext.c
This commit is contained in:
parent
9cf170e6e9
commit
4bc6e0d7de
1 changed files with 1 additions and 1 deletions
|
@ -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, "}\n\0");
|
||||
byteCount += sprintf(txtData + byteCount, "}\n");
|
||||
|
||||
UnloadImage(image);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue