update
This commit is contained in:
parent
ea9b6e1e41
commit
db7dd35586
|
@ -329,8 +329,8 @@ void DeduceFramework::execute(std::shared_ptr<Immediate> map,
|
|||
#include "SurfaceMotion.h"
|
||||
ComponentFactory::ComponentFactory()
|
||||
{
|
||||
auto ins = std::make_shared<VisibleCubePlugin>();
|
||||
_comp_types[ins->name()] = ins;
|
||||
auto ins0 = std::make_shared<VisibleCubePlugin>();
|
||||
_comp_types[ins0->name()] = ins0;
|
||||
auto ins1 = std::make_shared<SurfaceMotionPlugin>();
|
||||
_comp_types[ins1->name()] = ins1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue