mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:00:25 +08: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