From 8d5de1659c5715fd6f088afb8cd10f4b62edd924 Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 22 Aug 2008 09:57:49 +0000 Subject: [PATCH] fix a last minute typo --- src/Sound/fg_fx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound/fg_fx.cxx b/src/Sound/fg_fx.cxx index 91c7a7515..ad9c4ed47 100644 --- a/src/Sound/fg_fx.cxx +++ b/src/Sound/fg_fx.cxx @@ -305,7 +305,7 @@ FGFX::update_pos_and_orientation(SGSoundMgr *smgr, double dt) SGVec3d sgv_dsource_pos_offset; sgv_dsource_pos_offset = model_or.rotateBack( surf_or.rotateBack( - GVec3d(dsource_pos_offset[0], + SGVec3d(dsource_pos_offset[0], dsource_pos_offset[1], dsource_pos_offset[2]) )); -- 2.39.5