Fix potential crash from cross-thread drawable manipulation in CollectionFilterDropdown

This commit is contained in:
Dean Herbert
2021-02-18 14:10:28 +09:00
parent e30fb72ee2
commit 90dce52042
2 changed files with 7 additions and 8 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Screens.Select
Sort = sortMode.Value,
AllowConvertedBeatmaps = showConverted.Value,
Ruleset = ruleset.Value,
Collection = collectionDropdown?.Current.Value.Collection
Collection = collectionDropdown?.Current.Value?.Collection
};
if (!minimumStars.IsDefault)