mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-07 06:39:17 -05:00
Code tweak
Solves issue with C++
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user