Loop is solved. Track::findRoadSector finds wrong sector on bridge still remains.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1213 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
a93b8c9304
commit
334ec17dc2
@ -1243,7 +1243,7 @@ void Kart::endRescue()
|
||||
pos.setOrigin(btVector3(m_curr_pos.xyz[0],m_curr_pos.xyz[1],
|
||||
m_curr_pos.xyz[2]+0.5*m_kart_height));
|
||||
m_kart_body->setCenterOfMassTransform(pos);
|
||||
//m_motion_state->setWorldTransform(pos);
|
||||
m_motion_state->setWorldTransform(pos);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user