1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

trim whitespace

This commit is contained in:
LeNitrous 2019-03-03 16:30:08 +08:00
parent 5af5a76e87
commit a1a8246c05

View File

@ -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