Deprecate profiler categories based on global enum
(to be supplanted by registered budgets in the future) Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
@@ -115,7 +115,7 @@ namespace PhysX
|
||||
|
||||
void ForceRegionComponent::PostPhysicsSubTick(float fixedDeltaTime)
|
||||
{
|
||||
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::Physics);
|
||||
AZ_PROFILE_FUNCTION(Physics);
|
||||
|
||||
for (auto entityId : m_entities)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user