1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 07:29:53 +08:00

Remove whitespace

This commit is contained in:
MBmasher
2022-08-26 12:37:56 +10:00
Unverified
parent b0e7f63361
commit 6651e76e2e
@@ -80,7 +80,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
if (currentObj.Angle != null && osuCurrent.Angle != null) {
double roundedAngle = Math.Round(MathUtils.RadiansToDegrees(currentObj.Angle.Value) / 2.0) * 2.0;
if (roundedAngle == initialRoundedAngle)
angleRepeatCount++;
}