mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
convert to method group
This commit is contained in:
parent
09a2b287f9
commit
3f96231b2f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user