mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
fix typo (#171)
This commit is contained in:
@ -85,7 +85,7 @@ int main()
|
||||
//----------------------------------------------------------------------------------
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user