mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 09:52:53 +08:00
Give Region a default value for empty ctor.
This commit is contained in:
parent
8f5d262f30
commit
61c45ceb08
@ -57,7 +57,7 @@ namespace osu.Game.Users
|
||||
sprite.Texture = textures.Get($@"Flags/{flagName}");
|
||||
}
|
||||
|
||||
public DrawableFlag(string name)
|
||||
public DrawableFlag(string name = @"__")
|
||||
{
|
||||
flagName = name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user