1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Fix format

This commit is contained in:
ekrctb 2020-11-26 14:16:33 +09:00
parent e43f928588
commit eae33fe74a
2 changed files with 2 additions and 0 deletions

View File

@ -427,6 +427,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
});
}
protected override void Update() => LifetimeEnd = HitObject.EndTime;
}

View File

@ -167,6 +167,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
if (!layoutCache.IsValid)
{
toComputeLifetime.Clear();
foreach (var hitObject in Objects)
{
if (hitObject.HitObject != null)