Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -76,12 +76,12 @@ function RL.init()
|
||||
initGui()
|
||||
end
|
||||
|
||||
function RL.process( delta )
|
||||
Gui.process( Vec2:new( RL.GetMousePosition() ) )
|
||||
function RL.update( delta )
|
||||
Gui.update( Vec2:new( RL.GetMousePosition() ) )
|
||||
end
|
||||
|
||||
function RL.draw()
|
||||
RL.ClearBackground( RL.RAYWHITE )
|
||||
|
||||
Gui.draw()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user