mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +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>
|
||||
/// The default sample volume at this control point.
|
||||
/// </summary>
|
||||
public int SampleVolume;
|
||||
public int SampleVolume = 100;
|
||||
|
||||
/// <summary>
|
||||
/// Create a SampleInfo based on the sample settings in this control point.
|
||||
|
Loading…
Reference in New Issue
Block a user