mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:42:56 +08:00
Fix potentially skipping hitobject updates
This commit is contained in:
parent
d67facf8e4
commit
be3b77cf25
@ -126,7 +126,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
|||||||
objCache = hitObjectInitialStateCache[obj] = new Cached();
|
objCache = hitObjectInitialStateCache[obj] = new Cached();
|
||||||
|
|
||||||
if (objCache.IsValid)
|
if (objCache.IsValid)
|
||||||
return;
|
continue;
|
||||||
|
|
||||||
computeLifetimeStartRecursive(obj);
|
computeLifetimeStartRecursive(obj);
|
||||||
computeInitialStateRecursive(obj);
|
computeInitialStateRecursive(obj);
|
||||||
|
Loading…
Reference in New Issue
Block a user