mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix crashing test
This commit is contained in:
@ -86,6 +86,7 @@ namespace osu.Game.Overlays.Rankings
|
|||||||
|
|
||||||
private void onCountryChanged(ValueChangedEvent<Country> country)
|
private void onCountryChanged(ValueChangedEvent<Country> country)
|
||||||
{
|
{
|
||||||
|
content.ClearTransforms();
|
||||||
countryPill.ClearTransforms();
|
countryPill.ClearTransforms();
|
||||||
|
|
||||||
if (country.NewValue == null)
|
if (country.NewValue == null)
|
||||||
|
Reference in New Issue
Block a user