1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

Fix incorrect xmldoc

This commit is contained in:
OliBomby 2023-04-25 12:54:45 +02:00
parent 891b87a5ff
commit bf1951fc38

View File

@ -30,7 +30,7 @@ namespace osu.Game.Beatmaps.ControlPoints
public readonly Bindable<string> SampleBankBindable = new Bindable<string>(DEFAULT_BANK) { Default = DEFAULT_BANK };
/// <summary>
/// The speed multiplier at this control point.
/// The default sample bank at this control point.
/// </summary>
public string SampleBank
{
@ -39,7 +39,7 @@ namespace osu.Game.Beatmaps.ControlPoints
}
/// <summary>
/// The default sample bank at this control point.
/// The default sample volume at this control point.
/// </summary>
public readonly BindableInt SampleVolumeBindable = new BindableInt(100)
{