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/iqm_test/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/iqm_test/main.lua') diff --git a/examples/iqm_test/main.lua b/examples/iqm_test/main.lua index f5c0d49..66aed82 100644 --- a/examples/iqm_test/main.lua +++ b/examples/iqm_test/main.lua @@ -49,7 +49,7 @@ function RL.init() animations = RL.LoadModelAnimations( RL.GetBasePath().."../resources/iqm/monkey.iqm" ) end -function RL.process( delta ) +function RL.update( delta ) if RL.IsKeyPressed( RL.KEY_ENTER ) then curAnim = curAnim + 1 -- cgit v1.2.3