mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Give SampleControlPoint a 100% volume by default
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user