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/ray/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ray/main.lua') diff --git a/examples/ray/main.lua b/examples/ray/main.lua index 5ac2fcf..e061607 100644 --- a/examples/ray/main.lua +++ b/examples/ray/main.lua @@ -38,7 +38,7 @@ function RL.init() ray_collision() end -function RL.process( delta ) +function RL.update( delta ) if RL.IsMouseButtonPressed( 0 ) then ray = RL.GetMouseRay( RL.GetMousePosition(), camera ) ray_collision() -- cgit v1.2.3