Update rtext.c
This commit is contained in:
parent
9cf170e6e9
commit
4bc6e0d7de
|
|
@ -960,7 +960,7 @@ bool ExportFontAsCode(Font font, const char *fileName)
|
||||||
byteCount += sprintf(txtData + byteCount, " font.glyphs = fontGlyphs_%s;\n\n", fileNamePascal);
|
byteCount += sprintf(txtData + byteCount, " font.glyphs = fontGlyphs_%s;\n\n", fileNamePascal);
|
||||||
#endif
|
#endif
|
||||||
byteCount += sprintf(txtData + byteCount, " return font;\n");
|
byteCount += sprintf(txtData + byteCount, " return font;\n");
|
||||||
byteCount += sprintf(txtData + byteCount, "}\n\0");
|
byteCount += sprintf(txtData + byteCount, "}\n");
|
||||||
|
|
||||||
UnloadImage(image);
|
UnloadImage(image);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user