perf: update manager list precache
This commit is contained in:
parent
61a7f685c1
commit
1b0f25e854
@ -12,7 +12,7 @@ public class UpdateManager : UniverseObject
|
||||
private readonly ActiveBehaviourCollectorSorted<IUpdate> updateEntities = new() { SortBy = SortByPriority() };
|
||||
private readonly ActiveBehaviourCollectorSorted<IPostUpdate> postUpdateEntities = new() { SortBy = SortByPriority() };
|
||||
|
||||
private readonly List<IFirstFrameUpdate> toCallFirstFrameUpdates = [];
|
||||
private readonly List<IFirstFrameUpdate> toCallFirstFrameUpdates = new(32);
|
||||
|
||||
protected override void OnEnteringUniverse(IUniverse universe)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user