mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename event to be more generic (and add comprehensive xmldoc)
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
editorBeatmap.SelectionBlueprintsShouldBeSorted += SortInternal;
|
||||
editorBeatmap.BeatmapReprocessed += SortInternal;
|
||||
}
|
||||
|
||||
public override void Add(SelectionBlueprint<HitObject> drawable)
|
||||
@ -70,7 +70,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
if (editorBeatmap != null)
|
||||
editorBeatmap.SelectionBlueprintsShouldBeSorted -= SortInternal;
|
||||
editorBeatmap.BeatmapReprocessed -= SortInternal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user