Fix benchmark for ComponentManager/EntityManager merge. (#4694)

* Also updates submodule.
This commit is contained in:
Vera Aguilera Puerto 2021-09-25 18:25:28 +02:00 committed by GitHub
parent a9e44770cf
commit 2f77954608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ namespace Content.Benchmarks
// Initialize component manager.
IoCManager.InitThread();
IoCManager.Register<IComponentManager, ComponentManager>();
IoCManager.Register<IComponentManager, EntityManager>();
IoCManager.Register<IRuntimeLog, RuntimeLog>();
IoCManager.Register<ILogManager, LogManager>();
IoCManager.Register<IDynamicTypeFactory, DynamicTypeFactory>();

@ -1 +1 @@
Subproject commit 52ad02785455b16286b34ea8a8e9fa1ba8e81892
Subproject commit c7461221b965c78c47f956f2e6af1f52d873ebf3