1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:20:04 +08:00

Fix groups having 0 size

This commit is contained in:
smoogipoo 2019-11-01 15:12:32 +09:00
parent 861268eb1d
commit 7e60bc7240

View File

@ -198,6 +198,7 @@ namespace osu.Game.Rulesets.Osu.Tests
public FollowPointGroup(DrawableHitObject start) public FollowPointGroup(DrawableHitObject start)
{ {
Start = start; Start = start;
RelativeSizeAxes = Axes.Both;
} }
/// <summary> /// <summary>