Fix cases of known-non-null

This commit is contained in:
Dean Herbert
2021-11-24 14:26:23 +09:00
parent a3fdab34d5
commit a7853fc9cc
2 changed files with 1 additions and 3 deletions

View File

@ -55,8 +55,6 @@ namespace osu.Game.Beatmaps
public void Invalidate(BeatmapSetInfo info)
{
if (info.Beatmaps == null) return;
foreach (var b in info.Beatmaps)
Invalidate(b);
}