mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Give Region a default value for empty ctor.
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Game.Users
|
||||
sprite.Texture = textures.Get($@"Flags/{flagName}");
|
||||
}
|
||||
|
||||
public DrawableFlag(string name)
|
||||
public DrawableFlag(string name = @"__")
|
||||
{
|
||||
flagName = name;
|
||||
|
||||
|
Reference in New Issue
Block a user