mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
Add newline
This commit is contained in:
parent
6651e76e2e
commit
d8854413cb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user