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);