Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 7, 2019
1 parent 1dd5f42 commit a56f878
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/raygui.h
Original file line number Diff line number Diff line change
Expand Up @@ -3896,8 +3896,7 @@ RAYGUIDEF void GuiLoadStyle(const char *fileName)

fclose(rgsFile);
}
else return;


if (tryBinary)
{
rgsFile = fopen(fileName, "rb");
Expand Down

0 comments on commit a56f878

Please sign in to comment.