summaryrefslogtreecommitdiff
path: root/examples/2D_lights
diff options
context:
space:
mode:
Diffstat (limited to 'examples/2D_lights')
-rw-r--r--examples/2D_lights/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/2D_lights/main.lua b/examples/2D_lights/main.lua
index 9c033eb..847f5b2 100644
--- a/examples/2D_lights/main.lua
+++ b/examples/2D_lights/main.lua
@@ -133,7 +133,7 @@ end
-- Process.
-function RL.process( delta )
+function RL.update( delta )
lights[1].pos = Vector2:new( RL.GetMousePosition() )
end