mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-31 11:19:18 -05:00
Minor tweak
This commit is contained in:
@ -3896,8 +3896,7 @@ RAYGUIDEF void GuiLoadStyle(const char *fileName)
|
|||||||
|
|
||||||
fclose(rgsFile);
|
fclose(rgsFile);
|
||||||
}
|
}
|
||||||
else return;
|
|
||||||
|
|
||||||
if (tryBinary)
|
if (tryBinary)
|
||||||
{
|
{
|
||||||
rgsFile = fopen(fileName, "rb");
|
rgsFile = fopen(fileName, "rb");
|
||||||
|
|||||||
Reference in New Issue
Block a user