mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Add missing null check
This commit is contained in:
@ -540,6 +540,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
|
if (keyCombinationProvider != null)
|
||||||
keyCombinationProvider.KeymapChanged -= updateKeyCombinationText;
|
keyCombinationProvider.KeymapChanged -= updateKeyCombinationText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user