mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix missing delegate unsubscribe
This commit is contained in:
@ -195,6 +195,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
|
||||
EditorBeatmap.TransactionBegan -= updateInspectorText;
|
||||
EditorBeatmap.TransactionEnded -= updateInspectorText;
|
||||
EditorBeatmap.BeatmapReprocessed -= updateInspectorText;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user