Remove extra/bad profile markers (#4031)
Many of these are just extra noise in the profile, but the one in Archive.cpp could also cause PIX to crash. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
This commit is contained in:
-2
@@ -312,8 +312,6 @@ namespace AzToolsFramework
|
||||
|
||||
void EditorVisibleEntityDataCache::OnTransformChanged(const AZ::Transform& /*local*/, const AZ::Transform& world)
|
||||
{
|
||||
AZ_PROFILE_FUNCTION(AzToolsFramework);
|
||||
|
||||
const AZ::EntityId entityId = *AZ::TransformNotificationBus::GetCurrentBusId();
|
||||
|
||||
if (AZStd::optional<size_t> entityIndex = GetVisibleEntityIndexFromId(entityId))
|
||||
|
||||
Reference in New Issue
Block a user