mirror of https://github.com/ppy/osu
The tail circle will always be the last hitobject
This commit is contained in:
parent
de3708ea3a
commit
0366b0f081
|
@ -96,11 +96,7 @@ protected override void CreateNestedHitObjects()
|
|||
createRepeatPoints();
|
||||
|
||||
if (LegacyLastTickOffset != null)
|
||||
{
|
||||
var lastObject = NestedHitObjects.Last();
|
||||
if (!(lastObject is SliderCircle))
|
||||
lastObject.StartTime = Math.Max(StartTime + Duration / 2, lastObject.StartTime - LegacyLastTickOffset.Value);
|
||||
}
|
||||
TailCircle.StartTime = Math.Max(StartTime + Duration / 2, TailCircle.StartTime - LegacyLastTickOffset.Value);
|
||||
}
|
||||
|
||||
private void createSliderEnds()
|
||||
|
|
Loading…
Reference in New Issue