Merge branch '2360_fix_attempt'
This commit is contained in:
commit
86d18c0c3e
@ -527,8 +527,8 @@ void Camera::update(float dt)
|
||||
if (race_manager->getNumLocalPlayers() < 2)
|
||||
{
|
||||
Vec3 pos(m_camera->getPosition());
|
||||
SFXManager::get()->positionListener(pos,
|
||||
Vec3(m_camera->getTarget()) - pos,
|
||||
SFXManager::get()->positionListener(m_kart->getXYZ(),
|
||||
m_kart->getXYZ() + Vec3(0, 0, 1),
|
||||
Vec3(0, 1, 0));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user