mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Make MultiplierControlPoint's StartTime variable
This commit is contained in:
parent
90839e6d56
commit
0c5ab98965
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user