1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Change anchors in line with new ScrollingPlayfield implementation

(cherry picked from commit 079827d)
This commit is contained in:
Dean Herbert 2018-01-11 20:55:43 +09:00
parent 5b190d3cd2
commit 66ebe2ee66

View File

@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
HitObject = hitObject;
Scale = new Vector2(HitObject.Scale);
Anchor = Anchor.BottomLeft;
}
}