Fix benchmark for ComponentManager/EntityManager merge. (#4694)
* Also updates submodule.
This commit is contained in:
committed by
GitHub
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>();
|
||||
|
||||
Submodule RobustToolbox updated: 52ad027854...c7461221b9
Reference in New Issue
Block a user