mirror of
https://github.com/ppy/osu
synced 2025-03-02 09:30:57 +00:00
Fix error when first Show call has been triggered by ShowCountry
This commit is contained in:
parent
146758862a
commit
378aaf82c1
@ -130,7 +130,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
Show();
|
||||
|
||||
Country.Value = requested;
|
||||
Schedule(() => Country.Value = requested);
|
||||
}
|
||||
|
||||
private void loadNewContent()
|
||||
|
Loading…
Reference in New Issue
Block a user