IComponentCfg and IComponentFactory interfaces and all derived classes modified.
This commit is contained in:
@@ -132,7 +132,7 @@ namespace TBF.BenchControl
|
||||
IComponentFactory cmpntFactory = BenchControl.TbfComponents.CmpntFactoryFromClassName(entity.ClassName);
|
||||
if (cmpntFactory == null) continue;
|
||||
|
||||
IComponent cmpnt = cmpntFactory.CmpntCfgFromCmpntEntity(entity).GetComponent(components);
|
||||
IComponent cmpnt = cmpntFactory.GetComponent(cmpntFactory.CmpntCfgFromCmpntEntity(entity), components);
|
||||
|
||||
///
|
||||
/// Inherit DebugMode from the parent (if any)
|
||||
|
||||
Reference in New Issue
Block a user