mirror of
https://github.com/ppy/osu
synced 2025-02-18 19:36:58 +00:00
update new usage of CalculatePossibleMovementBounds
This commit is contained in:
parent
36f129a9b6
commit
a606d545c1
@ -214,7 +214,7 @@ namespace osu.Game.Rulesets.Osu.Utils
|
|||||||
RotateSlider(slider, workingObject.RotationOriginal + MathF.PI - getSliderRotation(slider));
|
RotateSlider(slider, workingObject.RotationOriginal + MathF.PI - getSliderRotation(slider));
|
||||||
}
|
}
|
||||||
|
|
||||||
possibleMovementBounds = calculatePossibleMovementBounds(slider);
|
possibleMovementBounds = CalculatePossibleMovementBounds(slider);
|
||||||
}
|
}
|
||||||
|
|
||||||
var previousPosition = workingObject.PositionModified;
|
var previousPosition = workingObject.PositionModified;
|
||||||
|
Loading…
Reference in New Issue
Block a user