Skip to content

Commit

Permalink
Update submodule to v0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Feb 21, 2021
1 parent 72c763c commit 3a19224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Content.Benchmarks/ComponentManagerGetAllComponents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ public void Setup()
// Initialize N entities with one component.
for (var i = 0; i < N; i++)
{
var entity = new Entity();
entity.SetManagers(entityManager);
entity.SetUid(new EntityUid(i + 1));
var entity = new Entity(entityManager, new EntityUid(i + 1));
_entities.Add(entity);

_componentManager.AddComponent<DummyComponent>(entity);
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 120 files

0 comments on commit 3a19224

Please sign in to comment.