mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +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)
|
||||
{
|
||||
Start = start;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user