mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 03:59:55 +08:00
Fix audio offset tooltip potentially showing "-0 ms"
Closes https://github.com/ppy/osu/issues/23339.
This commit is contained in:
@@ -12,6 +12,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// </summary>
|
||||
public partial class TimeSlider : RoundedSliderBar<double>
|
||||
{
|
||||
public override LocalisableString TooltipText => $"{Current.Value:N0} ms";
|
||||
public override LocalisableString TooltipText => $"{base.TooltipText} ms";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user