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:
@@ -130,7 +130,7 @@ namespace PhysX
|
||||
|
||||
void PhysXSystem::Simulate(float deltaTime)
|
||||
{
|
||||
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::Physics);
|
||||
AZ_PROFILE_FUNCTION(Physics);
|
||||
|
||||
if (m_state != State::Initialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user