Update submodule to v0.3.13
This commit is contained in:
@@ -63,9 +63,7 @@ namespace Content.Benchmarks
|
|||||||
// Initialize N entities with one component.
|
// Initialize N entities with one component.
|
||||||
for (var i = 0; i < N; i++)
|
for (var i = 0; i < N; i++)
|
||||||
{
|
{
|
||||||
var entity = new Entity();
|
var entity = new Entity(entityManager, new EntityUid(i + 1));
|
||||||
entity.SetManagers(entityManager);
|
|
||||||
entity.SetUid(new EntityUid(i + 1));
|
|
||||||
_entities.Add(entity);
|
_entities.Add(entity);
|
||||||
|
|
||||||
_componentManager.AddComponent<DummyComponent>(entity);
|
_componentManager.AddComponent<DummyComponent>(entity);
|
||||||
|
|||||||
Submodule RobustToolbox updated: eb3a815d48...583b7ebf38
Reference in New Issue
Block a user