1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Merge pull request #9001 from peppy/fix-diff-recommender-nullref

Fix null reference in difficulty recommender
This commit is contained in:
Dan Balasescu 2020-05-12 11:55:54 +09:00 committed by GitHub
commit ab9149844a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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