Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -20,7 +20,7 @@ function RL.init()
|
||||
RL.SetWindowState( RL.FLAG_VSYNC_HINT )
|
||||
end
|
||||
|
||||
function RL.process( delta )
|
||||
function RL.update( delta )
|
||||
local mousePosition = Vec2:new( RL.GetMousePosition() )
|
||||
|
||||
-- Resize the n-patch based on mouse position
|
||||
|
||||
Reference in New Issue
Block a user