1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:07:29 +08:00

Fix null pointer reference

This commit is contained in:
MrTheMake 2017-05-20 20:18:29 +02:00
parent 031fddc995
commit 306feb177a

View File

@ -229,7 +229,7 @@ namespace osu.Game.Screens.Select
changeBackground(Beatmap);
selectionChangeNoBounce = Beatmap.BeatmapInfo;
selectionChangeNoBounce = Beatmap?.BeatmapInfo;
Content.FadeInFromZero(250);