mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 14:42:56 +08:00
Give SampleControlPoint a 100% volume by default
This commit is contained in:
parent
2aea729062
commit
836d807f4f
@ -17,7 +17,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The default sample volume at this control point.
|
/// The default sample volume at this control point.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int SampleVolume;
|
public int SampleVolume = 100;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a SampleInfo based on the sample settings in this control point.
|
/// Create a SampleInfo based on the sample settings in this control point.
|
||||||
|
Loading…
Reference in New Issue
Block a user