diff --git a/osu.Game/Screens/Select/SongSelect.cs b/osu.Game/Screens/Select/SongSelect.cs index 75f23594d6..e9ead7c9c0 100644 --- a/osu.Game/Screens/Select/SongSelect.cs +++ b/osu.Game/Screens/Select/SongSelect.cs @@ -229,7 +229,7 @@ namespace osu.Game.Screens.Select changeBackground(Beatmap); - selectionChangeNoBounce = Beatmap.BeatmapInfo; + selectionChangeNoBounce = Beatmap?.BeatmapInfo; Content.FadeInFromZero(250);