1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Make MultiplierControlPoint's StartTime variable

This commit is contained in:
smoogipoo 2018-01-04 18:35:33 +09:00
parent 90839e6d56
commit 0c5ab98965

View File

@ -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.