mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-30 10:49:19 -05:00
fix typo (#171)
This commit is contained in:
@ -85,7 +85,7 @@ int main()
|
|||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
if (fileDialogState.fileDialogActive) GuiLock();
|
if (fileDialogState.fileDialogActive) GuiLock();
|
||||||
|
|
||||||
if (GuiButton((Rectangle){ 20, 20, 140, 30 }, GuiIconText(RICON_FILE_OPEN, "Open Image"))) fileDialogState.fileDialogActive = true;
|
if (GuiButton((Rectangle){ 20, 20, 140, 30 }, GuiIconText(RAYGUI_ICON_FILE_OPEN, "Open Image"))) fileDialogState.fileDialogActive = true;
|
||||||
|
|
||||||
GuiUnlock();
|
GuiUnlock();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user