mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Null-check in disposal of DatabasedKeyBindingInputManager
This commit is contained in:
@ -51,6 +51,8 @@ namespace osu.Game.Input.Bindings
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
if (store != null)
|
||||
store.KeyBindingChanged -= ReloadMappings;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user