Fix broken function name.

Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
John
2021-10-18 09:25:33 +01:00
parent cf41ff020a
commit 363bc33fed
@@ -1851,7 +1851,7 @@ namespace AzToolsFramework
{
if (auto prefabFocusInterface = AZ::Interface<Prefab::PrefabFocusInterface>::Get())
{
prefabFocusInterface->FocusOnOwningPrefab(cursorEntityIdQuery.ContainerAncestorEntityId());
prefabFocusInterface->FocusOnPrefabInstanceOwningEntityId(cursorEntityIdQuery.ContainerAncestorEntityId());
return false;
}
}