summaryrefslogtreecommitdiff
path: root/examples/platformer/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/platformer/main.lua')
-rw-r--r--examples/platformer/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua
index b599b41..878311f 100644
--- a/examples/platformer/main.lua
+++ b/examples/platformer/main.lua
@@ -221,7 +221,7 @@ local function playerMovement( delta )
player.colRect.y = player.pos.y - player.colRect.height
end
-function RL.process( delta )
+function RL.update( delta )
if RL.IsWindowResized() then
winSize:set( RL.GetScreenSize() )
end