mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix error when first Show call has been triggered by ShowCountry
This commit is contained in:
@ -130,7 +130,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
Show();
|
||||
|
||||
Country.Value = requested;
|
||||
Schedule(() => Country.Value = requested);
|
||||
}
|
||||
|
||||
private void loadNewContent()
|
||||
|
Reference in New Issue
Block a user