Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -237,8 +237,8 @@ function RL.init()
|
||||
addPropertyList()
|
||||
end
|
||||
|
||||
function RL.process( delta )
|
||||
Gui:process()
|
||||
function RL.update( delta )
|
||||
Gui:update()
|
||||
end
|
||||
|
||||
function RL.draw()
|
||||
|
||||
Reference in New Issue
Block a user