mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-20 01:01:12 +00:00
Review formating and signegness issues
This commit is contained in:
@@ -495,7 +495,7 @@ CharInfo *LoadFontData(const char *fileName, int fontSize, int *fontChars, int c
|
||||
// Load font data (including pixel data) from TTF file
|
||||
// NOTE: Loaded information should be enough to generate
|
||||
// font image atlas, using any packaging method
|
||||
int dataSize = 0;
|
||||
unsigned int dataSize = 0;
|
||||
unsigned char *fileData = LoadFileData(fileName, &dataSize);
|
||||
|
||||
if (fileData != NULL)
|
||||
|
||||
Reference in New Issue
Block a user