1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

Add newline

This commit is contained in:
MBmasher 2022-08-26 12:38:36 +10:00
parent 6651e76e2e
commit d8854413cb

View File

@ -78,7 +78,8 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
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)