From 9b27daefc225752f3f24ea862e9c2be13f8addf6 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 18 Feb 2024 15:26:21 +0200 Subject: Process renamed to update to be more inline with naming of raylib and common convention. --- 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 35f2f36..d8d2622 100644 --- a/examples/raygui_extensions/property_list.lua +++ b/examples/raygui_extensions/property_list.lua @@ -158,14 +158,14 @@ function PropertyList:addGroup( name, active, group ) return control end -function PropertyList:process() +function PropertyList:update() if not RL.CheckCollisionRecs( self.view, RL.GetMousePosition() ) then self.gui.locked = true else self.gui.locked = false end - self.gui:process() + self.gui:update() RL.BeginTextureMode( self.framebuffer ) RL.ClearBackground( RL.BLANK ) -- cgit v1.2.3