Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -30,8 +30,8 @@ function RL.init()
|
||||
camera.mode = camera.MODES.FREE
|
||||
end
|
||||
|
||||
function RL.process( delta )
|
||||
camera:process( delta )
|
||||
function RL.update( delta )
|
||||
camera:update( delta )
|
||||
|
||||
if RL.IsKeyPressed( RL.KEY_SPACE ) then
|
||||
if camera.mode == camera.MODES.FREE then
|
||||
|
||||
Reference in New Issue
Block a user