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

Remove whitespace

This commit is contained in:
MBmasher 2022-08-26 12:37:56 +10:00
parent b0e7f63361
commit 6651e76e2e

View File

@ -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++;
}