1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

beatmapSetInfo never be null

This commit is contained in:
cdwcgt 2023-08-17 17:27:50 +09:00
parent 61a1460f09
commit 0db82e5286
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -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);