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; protected override void Update() => LifetimeEnd = HitObject.EndTime;
} }

View File

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