profiler tracking name collision fix

This commit is contained in:
AzaezelX 2020-10-02 14:16:27 -05:00
parent afb39d398f
commit 321c25a401

View file

@ -1072,7 +1072,7 @@ void RigidShape::enableCollision()
void RigidShape::updatePos(F32 dt) void RigidShape::updatePos(F32 dt)
{ {
PROFILE_SCOPE(Vehicle_UpdatePos); PROFILE_SCOPE(RigidShape_UpdatePos);
Point3F origVelocity = mRigid.linVelocity; Point3F origVelocity = mRigid.linVelocity;