Propagation Optimization (#5355)

* Merge changes

Signed-off-by: Mikhail Naumov <mnaumov@amazon.com>

* removing leftover immediate flag

Signed-off-by: Mikhail Naumov <mnaumov@amazon.com>
This commit is contained in:
Mikhail Naumov
2021-11-09 16:05:15 -06:00
committed by GitHub
parent aa229976f3
commit e1d53395fe
14 changed files with 96 additions and 98 deletions
@@ -82,8 +82,8 @@ namespace UnitTest
}
auto transform = aznew AzToolsFramework::Components::TransformComponent;
transform->SetParent(parentId);
entity->AddComponent(transform);
transform->SetParent(parentId);
entity->Activate();