diff --git a/simgear/sound/sample_openal.cxx b/simgear/sound/sample_openal.cxx index 75d663a5..561f06ed 100644 --- a/simgear/sound/sample_openal.cxx +++ b/simgear/sound/sample_openal.cxx @@ -198,7 +198,7 @@ void SGSoundSample::update_absolute_position() { // Compute the sounds orientation and position // wrt the earth centered frame - that is global coorinates - SGQuatd sc2body = _orientation*hlOr; + SGQuatd sc2body = hlOr*_orientation; // This is rotates the x-forward, y-right, z-down coordinate system where // simulation runs into the OpenGL camera system with x-right, y-up, z-back.