mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 13:00:33 +00:00
profiler tracking name collision fix
This commit is contained in:
parent
afb39d398f
commit
321c25a401
1 changed files with 1 additions and 1 deletions
|
|
@ -1072,7 +1072,7 @@ void RigidShape::enableCollision()
|
|||
|
||||
void RigidShape::updatePos(F32 dt)
|
||||
{
|
||||
PROFILE_SCOPE(Vehicle_UpdatePos);
|
||||
PROFILE_SCOPE(RigidShape_UpdatePos);
|
||||
|
||||
Point3F origVelocity = mRigid.linVelocity;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue