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:
commit
5559e613ac
@ -248,8 +248,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
if (beatmap == null)
|
if (beatmap == null)
|
||||||
{
|
{
|
||||||
if (!Beatmap.IsDefault)
|
performLoad();
|
||||||
performLoad();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user