1
0
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:
Dean Herbert 2017-03-15 14:06:22 +09:00
parent 8f5d262f30
commit 61c45ceb08
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -57,7 +57,7 @@ namespace osu.Game.Users
sprite.Texture = textures.Get($@"Flags/{flagName}");
}
public DrawableFlag(string name)
public DrawableFlag(string name = @"__")
{
flagName = name;