1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 01:07:42 +08:00

Merge pull request #1203 from huoyaoyuan/infowedge-fix

Fix InfoWedge when no beatmap available
This commit is contained in:
Dan Balasescu 2017-08-29 18:12:51 +09:00 committed by GitHub
commit 5559e613ac

View File

@ -248,8 +248,7 @@ namespace osu.Game.Screens.Select
if (beatmap == null) if (beatmap == null)
{ {
if (!Beatmap.IsDefault) performLoad();
performLoad();
} }
else else
{ {