1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove mention of default value in xmldoc

Just bound to get outdated with every change anyway. Look at the actual
default value declaration to see what the default is.
This commit is contained in:
Bartłomiej Dach 2021-01-08 18:25:51 +01:00
parent d507a08951
commit 49c6abcb5c

View File

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