mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
delta to mDelta to resolve another class var vs method var confusionpoint
This commit is contained in:
parent
95b46c107a
commit
a061af68d2
3 changed files with 37 additions and 37 deletions
|
|
@ -386,8 +386,8 @@ void ProximityMine::setDeployedPos( const Point3F& pos, const Point3F& normal )
|
|||
MathUtils::getMatrixFromUpVector( normal, &mat );
|
||||
mat.setPosition( pos + normal * mObjBox.minExtents.z );
|
||||
|
||||
delta.pos = pos;
|
||||
delta.posVec.set(0, 0, 0);
|
||||
mDelta.pos = pos;
|
||||
mDelta.posVec.set(0, 0, 0);
|
||||
|
||||
ShapeBase::setTransform( mat );
|
||||
if ( mPhysicsRep )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue