mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 20:06:30 +08:00
Merge pull request #36158 from peppy/reduce-audio-debounce-time
Reduce audio seek debounce time downwards
This commit is contained in:
@@ -29,7 +29,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public partial class NowPlayingOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent
|
||||
{
|
||||
public const double TRACK_DRAG_SEEK_DEBOUNCE = 200;
|
||||
public const double TRACK_DRAG_SEEK_DEBOUNCE = 40;
|
||||
|
||||
public IconUsage Icon => OsuIcon.Music;
|
||||
public LocalisableString Title => NowPlayingStrings.HeaderTitle;
|
||||
|
||||
Reference in New Issue
Block a user