1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 02:33:20 +08:00

Fix crashing test

This commit is contained in:
Andrei Zavatski 2020-01-08 19:40:28 +03:00
parent dc64ba8ed8
commit 1dbae21f98

View File

@ -86,6 +86,7 @@ namespace osu.Game.Overlays.Rankings
private void onCountryChanged(ValueChangedEvent<Country> country)
{
content.ClearTransforms();
countryPill.ClearTransforms();
if (country.NewValue == null)