mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 22:20:53 +08:00
beatmapSetInfo never be null
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user