From b8129526a43e0fe326c5d9f10e53e987101a5724 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Thu, 23 Mar 2017 02:29:23 -0300 Subject: [PATCH] Typo --- osu.Game/Screens/Select/PlaySongSelect.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ namespace osu.Game.Screens.Select { private OsuScreen player; private readonly ModSelectOverlay modSelect; - private readonly Leaderboard beatmapDetails; + private readonly BeatmapDetailArea beatmapDetails; public PlaySongSelect() {