diff options
Diffstat (limited to 'examples/text/text_font_sdf.c')
| -rw-r--r-- | examples/text/text_font_sdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_font_sdf.c b/examples/text/text_font_sdf.c index cba47b43..40a3fa4d 100644 --- a/examples/text/text_font_sdf.c +++ b/examples/text/text_font_sdf.c @@ -38,7 +38,7 @@ int main(void) const char msg[50] = "Signed Distance Fields"; // Loading file to memory - unsigned int fileSize = 0; + int fileSize = 0; unsigned char *fileData = LoadFileData("resources/anonymous_pro_bold.ttf", &fileSize); // Default font generation from TTF font |
