Code/Framework/AzToolsFramework
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -1579,7 +1579,7 @@ namespace UnitTest
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Given
|
||||
AZ::Entity* entity = nullptr;
|
||||
const AZ::EntityId entityId = CreateDefaultEditorEntity("Entity", &entity);
|
||||
CreateDefaultEditorEntity("Entity", &entity);
|
||||
|
||||
entity->Deactivate();
|
||||
const auto* entityInfoComponent = entity->CreateComponent<EditorEntityInfoRequestActivateTestComponent>();
|
||||
|
||||
Reference in New Issue
Block a user