mirror of https://github.com/ppy/osu
Kill White Space
This commit is contained in:
parent
dfe35f850c
commit
a09615144e
|
@ -147,7 +147,7 @@ private double computeSpeedValue()
|
|||
// Combo scaling
|
||||
if (beatmapMaxCombo > 0)
|
||||
speedValue *= Math.Min(Math.Pow(scoreMaxCombo, 0.8f) / Math.Pow(beatmapMaxCombo, 0.8f), 1.0f);
|
||||
|
||||
|
||||
double approachRateFactor = 1.0f;
|
||||
if (Attributes.ApproachRate > 10.33f)
|
||||
approachRateFactor += 0.3f * (Attributes.ApproachRate - 10.33f);
|
||||
|
|
Loading…
Reference in New Issue