1
0
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:
Bartłomiej Dach 2019-09-01 13:32:53 +02:00
parent c4dc34eefd
commit fc48b190fe

View File

@ -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)