mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Make field readonly
This commit is contained in:
parent
33737d3d89
commit
bf7c309d4c
@ -70,7 +70,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
AddStep("Hide", rankingsOverlay.Hide);
|
||||
}
|
||||
|
||||
private static Country us_country = new Country
|
||||
private static readonly Country us_country = new Country
|
||||
{
|
||||
FlagName = "US",
|
||||
FullName = "United States"
|
||||
|
Loading…
x
Reference in New Issue
Block a user