mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 23:00:52 +08:00
Fix scrolling nested hit object lifetime not set
This commit is contained in:
@@ -251,8 +251,9 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
||||
{
|
||||
updateLayoutRecursive(obj);
|
||||
|
||||
// Nested hitobjects don't need to scroll, but they do need accurate positions
|
||||
// Nested hitobjects don't need to scroll, but they do need accurate positions and start lifetime
|
||||
updatePosition(obj, hitObject.HitObject.StartTime);
|
||||
setComputedLifetimeStart(obj.Entry);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user