1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +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 }; public readonly Bindable<string> SampleBankBindable = new Bindable<string>(DEFAULT_BANK) { Default = DEFAULT_BANK };
/// <summary> /// <summary>
/// The speed multiplier at this control point. /// The default sample bank at this control point.
/// </summary> /// </summary>
public string SampleBank public string SampleBank
{ {
@ -39,7 +39,7 @@ namespace osu.Game.Beatmaps.ControlPoints
} }
/// <summary> /// <summary>
/// The default sample bank at this control point. /// The default sample volume at this control point.
/// </summary> /// </summary>
public readonly BindableInt SampleVolumeBindable = new BindableInt(100) public readonly BindableInt SampleVolumeBindable = new BindableInt(100)
{ {