mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 03:33:22 +08:00
The tail circle will always be the last hitobject
This commit is contained in:
parent
de3708ea3a
commit
0366b0f081
@ -96,11 +96,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
|||||||
createRepeatPoints();
|
createRepeatPoints();
|
||||||
|
|
||||||
if (LegacyLastTickOffset != null)
|
if (LegacyLastTickOffset != null)
|
||||||
{
|
TailCircle.StartTime = Math.Max(StartTime + Duration / 2, TailCircle.StartTime - LegacyLastTickOffset.Value);
|
||||||
var lastObject = NestedHitObjects.Last();
|
|
||||||
if (!(lastObject is SliderCircle))
|
|
||||||
lastObject.StartTime = Math.Max(StartTime + Duration / 2, lastObject.StartTime - LegacyLastTickOffset.Value);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void createSliderEnds()
|
private void createSliderEnds()
|
||||||
|
Loading…
Reference in New Issue
Block a user