mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Fixed banana generation on catch specific maps
This commit is contained in:
parent
dc1027341d
commit
be0fc24ad4
@ -8,8 +8,9 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
|
||||
/// <summary>
|
||||
/// Legacy osu!catch Spinner-type, used for parsing Beatmaps.
|
||||
/// </summary>
|
||||
internal sealed class ConvertSpinner : HitObject, IHasEndTime
|
||||
internal sealed class ConvertSpinner : HitObject, IHasEndTime, IHasXPosition
|
||||
{
|
||||
public float X { get; set; }
|
||||
public double EndTime { get; set; }
|
||||
|
||||
public double Duration => EndTime - StartTime;
|
||||
|
Loading…
Reference in New Issue
Block a user