mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix format
This commit is contained in:
@ -427,6 +427,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Update() => LifetimeEnd = HitObject.EndTime;
|
protected override void Update() => LifetimeEnd = HitObject.EndTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user