mirror of https://github.com/ppy/osu
Remove whitespace
This commit is contained in:
parent
b0e7f63361
commit
6651e76e2e
|
@ -80,7 +80,7 @@ public static double EvaluateDifficultyOf(DifficultyHitObject current, bool hidd
|
|||
|
||||
if (currentObj.Angle != null && osuCurrent.Angle != null) {
|
||||
double roundedAngle = Math.Round(MathUtils.RadiansToDegrees(currentObj.Angle.Value) / 2.0) * 2.0;
|
||||
|
||||
|
||||
if (roundedAngle == initialRoundedAngle)
|
||||
angleRepeatCount++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue