mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix origins not being set correctly when reverting from reversed playfield.
This commit is contained in:
parent
a20753abc6
commit
346aebebc0
@ -81,7 +81,7 @@ namespace osu.Game.Rulesets.Timing
|
||||
{
|
||||
RelativeChildSize = new Vector2((ScrollingAxes & Axes.X) > 0 ? (float)VisibleTimeRange : 1, (ScrollingAxes & Axes.Y) > 0 ? (float)VisibleTimeRange : 1);
|
||||
RelativeChildOffset = Vector2.Zero;
|
||||
Anchor = Anchor = Anchor.TopLeft;
|
||||
Origin = Anchor = Anchor.TopLeft;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user