Fix benchmark for ComponentManager/EntityManager merge. (#4694)
* Also updates submodule.
This commit is contained in:
parent
a9e44770cf
commit
2f77954608
|
|
@ -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
|
||||
Loading…
Reference in New Issue