BUGFIX improve the start up time of the atom render plugin (#6065)
Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user