Bugfix: camera for eliminated karts didn't work anymore.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2142 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
9b9ce44ac5
commit
61c4f6c42f
@ -137,7 +137,7 @@ void Camera::update (float dt)
|
||||
if(m_mode==CM_LEADER_MODE)
|
||||
{
|
||||
kart = world->getKart(0);
|
||||
kart_hpr = kart->getRotation();
|
||||
kart_hpr = kart->getHPR();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user