mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Simplify member access
This commit is contained in:
parent
876a357bf2
commit
550d566bf9
@ -162,7 +162,7 @@ namespace osu.Game.Skinning
|
||||
}
|
||||
else
|
||||
{
|
||||
InternalChild = skin.GetAnimation("scorebar-colour", true, true, startAtCurrentTime: false, applyConfigFrameRate: true) ?? Drawable.Empty();
|
||||
InternalChild = skin.GetAnimation("scorebar-colour", true, true, startAtCurrentTime: false, applyConfigFrameRate: true) ?? Empty();
|
||||
Size = new Vector2(firstFrame.DisplayWidth, firstFrame.DisplayHeight);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user