mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Some code reviews
This commit is contained in:
@ -2692,10 +2692,9 @@ RAYGUIDEF void GuiLoadStyle(const char *fileName)
|
||||
{
|
||||
char signature[5] = "";
|
||||
short version = 0;
|
||||
short reserved = 0;
|
||||
short numProperties = 0;
|
||||
short changedProperties = 0;
|
||||
short reserved = 0;
|
||||
int editionTime = 0;
|
||||
|
||||
fread(signature, 1, 4, rgsFile);
|
||||
fread(&version, 1, sizeof(short), rgsFile);
|
||||
|
||||
Reference in New Issue
Block a user