Skip to content

Commit

Permalink
#2360 fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
auriamg committed Nov 4, 2015
1 parent 1cfbdd7 commit 78fd0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphics/camera.cpp
Expand Up @@ -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));
}

Expand Down

0 comments on commit 78fd0e3

Please sign in to comment.