|
@@ -3937,6 +3937,7 @@ void GuiLoadStyle(const char *fileName)
|
|
#define MAX_LINE_BUFFER_SIZE 256
|
|
#define MAX_LINE_BUFFER_SIZE 256
|
|
|
|
|
|
bool tryBinary = false;
|
|
bool tryBinary = false;
|
|
|
|
+ if (!guiStyleLoaded) GuiLoadStyleDefault();
|
|
|
|
|
|
// Try reading the files as text file first
|
|
// Try reading the files as text file first
|
|
FILE *rgsFile = fopen(fileName, "rt");
|
|
FILE *rgsFile = fopen(fileName, "rt");
|