mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix potentially skipping hitobject updates
This commit is contained in:
@ -126,7 +126,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
||||
objCache = hitObjectInitialStateCache[obj] = new Cached();
|
||||
|
||||
if (objCache.IsValid)
|
||||
return;
|
||||
continue;
|
||||
|
||||
computeLifetimeStartRecursive(obj);
|
||||
computeInitialStateRecursive(obj);
|
||||
|
Reference in New Issue
Block a user