BUGFIX improve the start up time of the atom render plugin (#6065)

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
Roman
2021-12-01 20:50:51 -08:00
committed by GitHub
parent 8b3c76d8b8
commit b897b2084c
@@ -128,6 +128,7 @@ namespace EMStudio
m_groundEntity->CreateComponent(AZ::Render::MeshComponentTypeId);
m_groundEntity->CreateComponent(AZ::Render::MaterialComponentTypeId);
m_groundEntity->CreateComponent(azrtti_typeid<AzFramework::TransformComponent>());
m_groundEntity->Init();
m_groundEntity->Activate();
Reinit();