1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 17:29:54 +08:00

Always load background and info wedge when no beatmap available.

This commit is contained in:
Huo Yaoyuan
2017-08-28 17:53:57 +08:00
Unverified
parent 1617189475
commit 4aa5ce8b41
+1 -2
View File
@@ -248,8 +248,7 @@ namespace osu.Game.Screens.Select
if (beatmap == null)
{
if (!Beatmap.IsDefault)
performLoad();
performLoad();
}
else
{