mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +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)
|
||||
{
|
||||
content.ClearTransforms();
|
||||
countryPill.ClearTransforms();
|
||||
|
||||
if (country.NewValue == null)
|
||||
|
Reference in New Issue
Block a user