diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/PlaySongSelect.cs index 707b1f0f10..9ba289a4f6 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/PlaySongSelect.cs @@ -18,7 +18,7 @@ public class PlaySongSelect : SongSelect { private OsuScreen player; private readonly ModSelectOverlay modSelect; - private readonly Leaderboard beatmapDetails; + private readonly BeatmapDetailArea beatmapDetails; public PlaySongSelect() {