1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Remove redundant qualifier

This commit is contained in:
Bartłomiej Dach 2021-09-18 16:28:25 +02:00
parent 79438c19a4
commit 59657aca9a
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
string lookupName = new OsuSkinComponent(OsuSkinComponents.ReverseArrow).LookupName; string lookupName = new OsuSkinComponent(OsuSkinComponents.ReverseArrow).LookupName;
InternalChild = skin.GetAnimation(lookupName, true, true) ?? Drawable.Empty(); InternalChild = skin.GetAnimation(lookupName, true, true) ?? Empty();
} }
protected override void LoadComplete() protected override void LoadComplete()