From b4b81f68c4274a6b4d0b5039b83459a1345ca6da Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 11 Dec 2024 00:21:28 +0200 Subject: Gui Icons enumeration. --- examples/raygui_extensions/property_list.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/raygui_extensions/property_list.lua') diff --git a/examples/raygui_extensions/property_list.lua b/examples/raygui_extensions/property_list.lua index d4c5126..72e58f7 100644 --- a/examples/raygui_extensions/property_list.lua +++ b/examples/raygui_extensions/property_list.lua @@ -48,9 +48,9 @@ end local function setGroupText( text, active ) if active then - return RL.GuiIconText( 120, text ) + return RL.GuiIconText( RL.ICON_ARROW_DOWN_FILL, text ) else - return RL.GuiIconText( 119, text ) + return RL.GuiIconText( RL.ICON_ARROW_RIGHT_FILL, text ) end end -- cgit v1.2.3