Reduce default hover sound debounce interval

This commit is contained in:
Dean Herbert 2021-01-07 18:47:03 +09:00
parent fca4abcfcc
commit 6620eadec3

View File

@ -24,7 +24,7 @@ namespace osu.Game.Graphics.UserInterface
/// <summary>
/// Length of debounce for hover sound playback, in milliseconds. Default is 50ms.
/// </summary>
public double HoverDebounceTime { get; } = 50;
public double HoverDebounceTime { get; } = 20;
protected readonly HoverSampleSet SampleSet;