summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index a0f6c0d8c..fb429beba 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -2080,7 +2080,7 @@ void the_game(
// Update sound listener
sound->updateListener(camera.getCameraNode()->getPosition(),
v3f(0,0,0), // velocity
- camera.getCameraNode()->getTarget(),
+ camera.getDirection(),
camera.getCameraNode()->getUpVector());
/*