summaryrefslogtreecommitdiff
path: root/examples/window/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/window/main.lua')
-rw-r--r--examples/window/main.lua2
1 files changed, 1 insertions, 1 deletions
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()