mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +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;
|
HitObject = hitObject;
|
||||||
|
|
||||||
Scale = new Vector2(HitObject.Scale);
|
Scale = new Vector2(HitObject.Scale);
|
||||||
|
|
||||||
|
Anchor = Anchor.BottomLeft;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user