diff options
| author | Ray <[email protected]> | 2023-11-08 20:09:32 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-08 20:09:32 +0100 |
| commit | 040b945fefc341a8f17ab34cdc8fa2a8be6fac96 (patch) | |
| tree | 8e289ca2c0a3d80a27e670fe7aec23c2f0975e69 /examples/text | |
| parent | bee6d7f065e8e4fcff5eeaa075d878e45fed24f5 (diff) | |
| download | raylib-040b945fefc341a8f17ab34cdc8fa2a8be6fac96.tar.gz raylib-040b945fefc341a8f17ab34cdc8fa2a8be6fac96.zip | |
Reviewed some examples and warnings
Diffstat (limited to 'examples/text')
| -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 |
