Code tweak

Solves issue with C++
This commit is contained in:
Ray
2018-09-20 17:55:49 +02:00
parent b3f3a9fcc9
commit 0d16721b4d

View File

@ -450,7 +450,7 @@ typedef enum GuiControlState {
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Global Variables Definition // Global Variables Definition
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
static int guiState = NORMAL; static GuiControlState guiState = NORMAL;
static float guiAlpha = 1.0f; static float guiAlpha = 1.0f;
// Current GUI style (light or dark) // Current GUI style (light or dark)