1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Fix null reference in difficulty recommender

This commit is contained in:
Dean Herbert 2020-05-12 11:14:51 +09:00
parent d5ae8f5ef4
commit a5c1b461f6

View File

@ -86,7 +86,7 @@ namespace osu.Game.Screens.Select
{ {
base.Dispose(isDisposing); base.Dispose(isDisposing);
api.Unregister(this); api?.Unregister(this);
} }
} }
} }