trim whitespace

This commit is contained in:
LeNitrous 2019-03-03 16:30:08 +08:00
parent 5af5a76e87
commit a1a8246c05
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ public virtual void ApplyToBeatmap(Beatmap<T> beatmap)
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