Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -133,7 +133,7 @@ end
|
||||
|
||||
-- Process.
|
||||
|
||||
function RL.process( delta )
|
||||
function RL.update( delta )
|
||||
lights[1].pos = Vector2:new( RL.GetMousePosition() )
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user