Merge conflict fixed

This commit is contained in:
Dander7BD 2013-11-21 17:27:28 +01:00
parent eba7995374
commit 91af42c0bd
1 changed files with 0 additions and 4 deletions

View File

@ -70,11 +70,7 @@ void RigidBody::Update_LeapFrog( Float deltaTime )
this->box.center += deltaPos;
}
<<<<<<< HEAD
// update movements and clear impulseForceSum and impulseTorqueSum
=======
// update momentums and clear impulseForceSum and impulseTorqueSum
>>>>>>> origin/RigidBody
this->linearMomentum += linearImpulse;
this->impulseForceSum = Float3::null;
this->angularMomentum += angularImpulse;