mirror of
https://github.com/ppy/osu
synced 2024-12-11 09:27:08 +00:00
Fix crash when selecting spotlight tab with not-null country
This commit is contained in:
parent
4ca39135a5
commit
881d192af3
@ -110,7 +110,8 @@ namespace osu.Game.Overlays
|
||||
if (Country.Value != null)
|
||||
Scope.Value = RankingsScope.Performance;
|
||||
|
||||
Scheduler.AddOnce(loadNewContent);
|
||||
if (Scope.Value != RankingsScope.Spotlights)
|
||||
Scheduler.AddOnce(loadNewContent);
|
||||
}, true);
|
||||
|
||||
Scope.BindValueChanged(_ =>
|
||||
|
Loading…
Reference in New Issue
Block a user