mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +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}");
|
sprite.Texture = textures.Get($@"Flags/{flagName}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public DrawableFlag(string name)
|
public DrawableFlag(string name = @"__")
|
||||||
{
|
{
|
||||||
flagName = name;
|
flagName = name;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user