diff options
Diffstat (limited to 'examples/raygui_extensions/property_list.lua')
| -rw-r--r-- | examples/raygui_extensions/property_list.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
