mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09:00
Fix missing delegate unsubscribe
This commit is contained in:
parent
944da06c10
commit
2085833a84
@ -195,6 +195,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
|
|
||||||
EditorBeatmap.TransactionBegan -= updateInspectorText;
|
EditorBeatmap.TransactionBegan -= updateInspectorText;
|
||||||
EditorBeatmap.TransactionEnded -= updateInspectorText;
|
EditorBeatmap.TransactionEnded -= updateInspectorText;
|
||||||
|
EditorBeatmap.BeatmapReprocessed -= updateInspectorText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user