Skip to content

Commit 8664e6d

Browse files
committed
Update SlimLoopRunner.cs
1 parent f143dda commit 8664e6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/PlayerLoop/Runtime/Runners/LoopRunner/SlimLoopRunner.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ public void Cancel(ElementHandle handle)
2525
public void Run()
2626
{
2727
_denseArray.ApplyAdd();
28+
_denseArray.ApplyRemove();
2829

2930
for (int i = 0; i < _denseArray.Count; i++)
3031
_denseArray[i]();
31-
32-
_denseArray.ApplyRemove();
3332
}
3433

3534

0 commit comments

Comments
 (0)