1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Fix missing delegate unsubscribe

This commit is contained in:
Dean Herbert 2023-05-09 17:08:03 +09:00
parent 944da06c10
commit 2085833a84

View File

@ -195,6 +195,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
EditorBeatmap.TransactionBegan -= updateInspectorText;
EditorBeatmap.TransactionEnded -= updateInspectorText;
EditorBeatmap.BeatmapReprocessed -= updateInspectorText;
}
}
}