Added more functionality to advanceOneFrame

pull/13/head
Ishaan Bhardwaj 2020-11-30 12:34:21 -05:00
parent 5590e6c89b
commit 10f032b49b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function GameMode:update(inputs, ruleset)
if self.completed then return end
-- advance one frame
if self:advanceOneFrame(inputs) == false then return end
if self:advanceOneFrame(inputs, ruleset) == false then return end
self:chargeDAS(inputs, self:getDasLimit(), self.getARR())