mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
trim whitespace
This commit is contained in:
parent
5af5a76e87
commit
a1a8246c05
@ -39,7 +39,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
public virtual void Update(Playfield playfield)
|
||||
{
|
||||
double newRate;
|
||||
|
||||
if (1 + AppendRate < 1)
|
||||
newRate = Math.Max(1 + AppendRate, 1 + (AppendRate * (clock.CurrentTime / (lastObjectEndTime * 0.75))));
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user