mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
Fix crashing test
This commit is contained in:
parent
dc64ba8ed8
commit
1dbae21f98
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user