Merge branch 'master' into colourise-control-point-table

This commit is contained in:
Dan Balasescu
2020-10-05 20:47:06 +09:00
committed by GitHub
111 changed files with 2102 additions and 431 deletions

View File

@ -158,6 +158,9 @@ namespace osu.Game.Beatmaps.ControlPoints
public void RemoveGroup(ControlPointGroup group)
{
foreach (var item in group.ControlPoints.ToArray())
group.Remove(item);
group.ItemAdded -= groupItemAdded;
group.ItemRemoved -= groupItemRemoved;