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:
@@ -82,8 +82,8 @@ namespace UnitTest
|
||||
}
|
||||
|
||||
auto transform = aznew AzToolsFramework::Components::TransformComponent;
|
||||
transform->SetParent(parentId);
|
||||
entity->AddComponent(transform);
|
||||
transform->SetParent(parentId);
|
||||
|
||||
entity->Activate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user