mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +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();
|
||||
|
||||
if (objCache.IsValid)
|
||||
return;
|
||||
continue;
|
||||
|
||||
computeLifetimeStartRecursive(obj);
|
||||
computeInitialStateRecursive(obj);
|
||||
|
Loading…
Reference in New Issue
Block a user