diff --git a/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs b/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs index 6f51b94750..7adf691309 100644 --- a/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs +++ b/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs @@ -157,7 +157,7 @@ namespace osu.Game.Graphics.UserInterfaceV2 { Current = currentNumberInstantaneous, OnCommit = () => current.Value = currentNumberInstantaneous.Value, - TooltipFormat = TooltipFormat, + TooltipFormat = s => TooltipFormat(s), DisplayAsPercentage = DisplayAsPercentage, PlaySamplesOnAdjust = PlaySamplesOnAdjust, ResetToDefault = () =>