Move PreferredPlayMode to WorkingBeatmap.

This commit is contained in:
Dean Herbert
2017-03-05 17:45:40 +09:00
parent 4e4408cd20
commit 7afcac3660
4 changed files with 13 additions and 8 deletions

View File

@ -97,7 +97,6 @@ namespace osu.Desktop.VisualTests.Tests
{
return new Player
{
PreferredPlayMode = PlayMode.Osu,
Beatmap = beatmap
};
}