mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +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