mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Fix inaccurate xmldoc
This commit is contained in:
parent
c4dc34eefd
commit
fc48b190fe
@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// <param name="sampleSet">Set of click samples to play.</param>
|
||||
/// <param name="buttons">
|
||||
/// Array of button codes which should trigger the click sound.
|
||||
/// If this optional parameter is omitted or set to <code>null</code>, the click sound will also be added on left click.
|
||||
/// If this optional parameter is omitted or set to <code>null</code>, the click sound will only be added on left click.
|
||||
/// </param>
|
||||
public HoverClickSounds(HoverSampleSet sampleSet = HoverSampleSet.Normal, MouseButton[] buttons = null)
|
||||
: base(sampleSet)
|
||||
|
Loading…
Reference in New Issue
Block a user