mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:33:20 +08:00
Don't set RelativePositionAxes when setting ScrollingAxes
(cherry picked from commit debe13629f
)
This commit is contained in:
parent
c5ce86b9f3
commit
ee7bb1b4f5
@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
{
|
||||
set
|
||||
{
|
||||
RelativePositionAxes = value;
|
||||
RelativePositionAxes |= value;
|
||||
|
||||
if ((value & Axes.X) > 0)
|
||||
X = (float)HitObject.StartTime;
|
||||
|
Loading…
Reference in New Issue
Block a user