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:
parent
d507a08951
commit
49c6abcb5c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user