Remove late initialization of head + tail, keep them updated with start time and end time.

This commit is contained in:
smoogipooo
2017-05-26 15:53:49 +09:00
parent 40e63a0870
commit c2d3b6c05a
2 changed files with 25 additions and 6 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Objects
/// <summary>
/// The time at which the HitObject starts.
/// </summary>
public double StartTime;
public virtual double StartTime { get; set; }
/// <summary>
/// The samples to be played when this hit object is hit.