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

beatmapSetInfo never be null

This commit is contained in:
cdwcgt
2023-08-17 17:27:50 +09:00
Unverified
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);