1
0
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:
Andrei Zavatski 2020-02-19 16:32:54 +03:00
parent 146758862a
commit 378aaf82c1

View File

@ -130,7 +130,7 @@ namespace osu.Game.Overlays
Show();
Country.Value = requested;
Schedule(() => Country.Value = requested);
}
private void loadNewContent()