mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 02:53:38 +08:00
Make MultiplierControlPoint's StartTime variable
This commit is contained in:
@@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Timing
|
||||
/// <summary>
|
||||
/// The time in milliseconds at which this <see cref="MultiplierControlPoint"/> starts.
|
||||
/// </summary>
|
||||
public readonly double StartTime;
|
||||
public double StartTime;
|
||||
|
||||
/// <summary>
|
||||
/// The multiplier which this <see cref="MultiplierControlPoint"/> provides.
|
||||
|
||||
Reference in New Issue
Block a user