mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Code tweak
Solves issue with C++
This commit is contained in:
@ -450,7 +450,7 @@ typedef enum GuiControlState {
|
||||
//----------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
static int guiState = NORMAL;
|
||||
static GuiControlState guiState = NORMAL;
|
||||
static float guiAlpha = 1.0f;
|
||||
|
||||
// Current GUI style (light or dark)
|
||||
|
||||
Reference in New Issue
Block a user