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/window/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/window/main.lua') diff --git a/examples/window/main.lua b/examples/window/main.lua index 6111ffa..99e8524 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -7,7 +7,7 @@ function RL.init() RL.SetWindowState( RL.FLAG_VSYNC_HINT ) end -function RL.process( delta ) +function RL.update( delta ) if RL.IsKeyPressed( RL.KEY_ENTER ) then local textSize = RL.MeasureText( RL.GetFontDefault(), text, 20, 2 ) local winSize = RL.GetScreenSize() -- cgit v1.2.3