Fixed piece fade out when paused
This commit is contained in:
@@ -36,9 +36,8 @@ function GameScene:update()
|
||||
inputs[input] = value
|
||||
end
|
||||
self.game:update(inputs, self.ruleset)
|
||||
self.game.grid:update()
|
||||
end
|
||||
|
||||
self.game.grid:update()
|
||||
end
|
||||
|
||||
function GameScene:render()
|
||||
|
||||
Reference in New Issue
Block a user