mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
beatmapSetInfo never be null
This commit is contained in:
parent
61a1460f09
commit
0db82e5286
@ -147,8 +147,6 @@ namespace osu.Game.Screens.Import
|
||||
|
||||
private void updateStatus()
|
||||
{
|
||||
if (beatmapSetInfo == null) return;
|
||||
|
||||
beatmapPanelContainer.Clear();
|
||||
beatmapPanelContainer.Child = new BeatmapCardNormal(beatmapSetInfo, allowExpansion: false);
|
||||
checkForAutomaticDownload(beatmapSetInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user