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/2D_lights/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/2D_lights') diff --git a/examples/2D_lights/main.lua b/examples/2D_lights/main.lua index 9c033eb..847f5b2 100644 --- a/examples/2D_lights/main.lua +++ b/examples/2D_lights/main.lua @@ -133,7 +133,7 @@ end -- Process. -function RL.process( delta ) +function RL.update( delta ) lights[1].pos = Vector2:new( RL.GetMousePosition() ) end -- cgit v1.2.3