1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 04:33:21 +08:00

Remove the changes in convert spinner

This commit is contained in:
frankhjwx 2018-05-23 13:46:12 +08:00
parent 6ee96c758f
commit 28ad5398cc

View File

@ -8,9 +8,8 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
/// <summary> /// <summary>
/// Legacy osu!catch Spinner-type, used for parsing Beatmaps. /// Legacy osu!catch Spinner-type, used for parsing Beatmaps.
/// </summary> /// </summary>
internal sealed class ConvertSpinner : HitObject, IHasEndTime, IHasXPosition internal sealed class ConvertSpinner : HitObject, IHasEndTime
{ {
public float X { get; set; }
public double EndTime { get; set; } public double EndTime { get; set; }
public double Duration => EndTime - StartTime; public double Duration => EndTime - StartTime;