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/lightmap/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/lightmap/main.lua') diff --git a/examples/lightmap/main.lua b/examples/lightmap/main.lua index f350c0a..b7f3a93 100644 --- a/examples/lightmap/main.lua +++ b/examples/lightmap/main.lua @@ -83,8 +83,8 @@ function RL.init() matrix = RL.MatrixMultiply( RL.MatrixIdentity(), RL.MatrixTranslate( { -4, 0, -4 } ) ) end -function RL.process( delta ) - camera:process( delta ) +function RL.update( delta ) + camera:update( delta ) if RL.IsKeyPressed( RL.KEY_SPACE ) then if camera.mode == camera.MODES.FREE then -- cgit v1.2.3