mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 09:19:03 -06:00
Fixed a notorious ARR bug
This commit is contained in:
parent
fc8fb8b66f
commit
664bca2282
@ -130,7 +130,7 @@ function GameMode:update(inputs, ruleset)
|
||||
-- advance one frame
|
||||
if self:advanceOneFrame(inputs, ruleset) == false then return end
|
||||
|
||||
self:chargeDAS(inputs, self:getDasLimit(), self.getARR())
|
||||
self:chargeDAS(inputs, self:getDasLimit(), self:getARR())
|
||||
|
||||
-- set attempt flags
|
||||
if inputs["left"] or inputs["right"] then
|
||||
|
Loading…
Reference in New Issue
Block a user