diff --git a/Engine/source/T3D/rigidShape.cpp b/Engine/source/T3D/rigidShape.cpp index be90687f0..4241f384d 100644 --- a/Engine/source/T3D/rigidShape.cpp +++ b/Engine/source/T3D/rigidShape.cpp @@ -1072,7 +1072,7 @@ void RigidShape::enableCollision() void RigidShape::updatePos(F32 dt) { - PROFILE_SCOPE(Vehicle_UpdatePos); + PROFILE_SCOPE(RigidShape_UpdatePos); Point3F origVelocity = mRigid.linVelocity;