mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
convert to method group
This commit is contained in:
@ -96,7 +96,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
updateTooltipText(Current.Value);
|
||||
base.LoadComplete();
|
||||
CurrentNumber.ValueChanged += _ => updateTooltipText(_);
|
||||
CurrentNumber.ValueChanged += updateTooltipText;
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
|
Reference in New Issue
Block a user