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:
parent
861268eb1d
commit
7e60bc7240
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user