mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00: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…
Reference in New Issue
Block a user