update
This commit is contained in:
parent
c36462c980
commit
c683fe138b
|
@ -49,7 +49,7 @@ DeduceFramework::DeduceFramework()
|
||||||
:_factory_ins(std::make_shared<ComponentFactory>()) {
|
:_factory_ins(std::make_shared<ComponentFactory>()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeduceFramework::init_backend()
|
void DeduceFramework::init_framework()
|
||||||
{
|
{
|
||||||
auto mgr_e = std::make_shared<RtEntityManager>();
|
auto mgr_e = std::make_shared<RtEntityManager>();
|
||||||
mgr_e->append(this->shared_from_this());
|
mgr_e->append(this->shared_from_this());
|
||||||
|
|
|
@ -6,7 +6,7 @@ SimsWorld::SimsWorld(QWidget *parent)
|
||||||
{
|
{
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
_backend_ins->init_backend();
|
_backend_ins->init_framework();
|
||||||
}
|
}
|
||||||
|
|
||||||
SimsWorld::~SimsWorld()
|
SimsWorld::~SimsWorld()
|
||||||
|
|
Loading…
Reference in New Issue