diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/SongSelect.cs similarity index 96% rename from osu.Game/Screens/Select/PlaySongSelect.cs rename to osu.Game/Screens/Select/SongSelect.cs index 6bff6cad00..a55d20145e 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/SongSelect.cs @@ -34,7 +34,7 @@ using osu.Game.Screens.Select.Options; namespace osu.Game.Screens.Select { - public class PlaySongSelect : OsuScreen + public class SongSelect : OsuScreen { private Bindable playMode = new Bindable(); private BeatmapDatabase database; diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 7fd933c9bc..4161fd4065 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -184,7 +184,7 @@ - +