mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 15:23:14 +08: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