Skip to content

Commit

Permalink
btRaycastVehicle: solve the compile-time error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 30, 2021
1 parent 498ab58 commit 8d517bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void btRaycastVehicle::updateVehicle(btScalar step)
{
btWheelInfo& wheel = m_wheelInfo[i];
btVector3 location = wheel.m_worldTransform.getOrigin();// stephengold changed 2021-09-30
wheel.m_prevWorldLocation = worldLocation;// stephengold changed 2021-09-30
wheel.m_prevWorldLocation = location;// stephengold changed 2021-09-30

if (wheel.m_raycastInfo.m_isInContact)
{
Expand Down

0 comments on commit 8d517bb

Please sign in to comment.