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/n-patches/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/n-patches/main.lua') diff --git a/examples/n-patches/main.lua b/examples/n-patches/main.lua index 013a930..aba3d2c 100644 --- a/examples/n-patches/main.lua +++ b/examples/n-patches/main.lua @@ -20,7 +20,7 @@ function RL.init() RL.SetWindowState( RL.FLAG_VSYNC_HINT ) end -function RL.process( delta ) +function RL.update( delta ) local mousePosition = Vec2:new( RL.GetMousePosition() ) -- Resize the n-patch based on mouse position -- cgit v1.2.3