delta to mDelta to resolve another class var vs method var confusionpoint

This commit is contained in:
Azaezel 2018-03-12 23:07:34 -05:00
parent 95b46c107a
commit a061af68d2
3 changed files with 37 additions and 37 deletions

View file

@ -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 )