about summary refs log tree commit diff
path: root/src/game/client/components/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/camera.cpp')
-rw-r--r--src/game/client/components/camera.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/client/components/camera.cpp b/src/game/client/components/camera.cpp
index 32442031..a9727ccf 100644
--- a/src/game/client/components/camera.cpp
+++ b/src/game/client/components/camera.cpp
@@ -38,8 +38,5 @@ void CAMERA::on_render()
 		
 		center = gameclient.local_character_pos + camera_offset;
 	}
-
-	// set listner pos
-	snd_set_listener_pos(center.x, center.y);
 }