Fixed typo.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2021-12-08 15:02:41 -06:00
parent 9dc32a0381
commit 1aed839271
@@ -3240,7 +3240,7 @@ namespace AzToolsFramework
{
// Don't show the Toggle Pivot option if any read-only entities are in the current selection
// We need to request the selected entities instead of just using the m_selectedEntities variable
// because we filter out any read-only entities from the m_selectedEntities so that the maniuplators
// because we filter out any read-only entities from the m_selectedEntities so that the manipulators
// will be hidden
EntityIdList selectedEntityIds;
ToolsApplicationRequests::Bus::BroadcastResult(selectedEntityIds, &ToolsApplicationRequests::GetSelectedEntities);