Fixed dynamic updates on scene rendering
This commit is contained in:
@@ -180,7 +180,7 @@ end
|
||||
|
||||
function sceneUpdate()
|
||||
x = x + inputAxis(INPUT_ACTION_LEFT, INPUT_ACTION_RIGHT)
|
||||
y = y - inputAxis(INPUT_ACTION_UP, INPUT_ACTION_DOWN)
|
||||
y = y + inputAxis(INPUT_ACTION_UP, INPUT_ACTION_DOWN)
|
||||
end
|
||||
|
||||
function sceneRender()
|
||||
|
||||
Reference in New Issue
Block a user