mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Change anchors in line with new ScrollingPlayfield implementation
(cherry picked from commit 079827d)
This commit is contained in:
parent
5b190d3cd2
commit
66ebe2ee66
@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
|
||||
HitObject = hitObject;
|
||||
|
||||
Scale = new Vector2(HitObject.Scale);
|
||||
|
||||
Anchor = Anchor.BottomLeft;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user