mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add "Component" prefix to lookup naming
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
private readonly IBindable<bool> showCombo = new BindableBool(true);
|
||||
|
||||
public CatchComboDisplay()
|
||||
: base(new CatchSkinLookup(CatchSkinComponents.CatchComboCounter), _ => Empty())
|
||||
: base(new CatchSkinComponentLookup(CatchSkinComponents.CatchComboCounter), _ => Empty())
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user