Add newline

This commit is contained in:
MBmasher 2022-08-26 12:38:36 +10:00
parent 6651e76e2e
commit d8854413cb
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ public static double EvaluateDifficultyOf(DifficultyHitObject current, bool hidd
result += stackNerf * opacityBonus * scalingFactor * jumpDistance / cumulativeStrainTime;
if (currentObj.Angle != null && osuCurrent.Angle != null) {
if (currentObj.Angle != null && osuCurrent.Angle != null)
{
double roundedAngle = Math.Round(MathUtils.RadiansToDegrees(currentObj.Angle.Value) / 2.0) * 2.0;
if (roundedAngle == initialRoundedAngle)