mirror of
https://github.com/SashLilac/cambridge.git
synced 2025-05-13 20:21:25 -05:00
Adjusted how DAS cut subtracts from the counter
This commit is contained in:
@@ -207,7 +207,7 @@ function GameMode:update(inputs, ruleset)
|
||||
) then
|
||||
self.das.frames = math.max(
|
||||
self.das.frames - self:getDasCutDelay(),
|
||||
-self:getDasCutDelay()
|
||||
-(self:getDasCutDelay() + 1)
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user