Remove whitespace

This commit is contained in:
MBmasher 2022-08-26 12:37:56 +10:00
parent b0e7f63361
commit 6651e76e2e
1 changed files with 1 additions and 1 deletions

View File

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