mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Fix group ends potentially not being updated correctly
This commit is contained in:
parent
1ef2b81041
commit
6c58faf30c
@ -49,6 +49,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
|||||||
FollowPointGroup nextGroup = groups[index + 1];
|
FollowPointGroup nextGroup = groups[index + 1];
|
||||||
group.End = nextGroup.Start;
|
group.End = nextGroup.Start;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
group.End = null;
|
||||||
|
|
||||||
if (index > 0)
|
if (index > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user