]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_openal.hxx
initialize volume to a proper value
[simgear.git] / simgear / sound / sample_openal.hxx
index b1d0cf99770145f7231dd959726245cd939a1617..a4091d293c6eb02ead902b57b9de38366c73f586 100644 (file)
@@ -337,8 +337,8 @@ public:
         _orientation = ori; _changed = true;
     }
 
-    inline void set_rotation( const SGQuatd& hlOr ) {
-        _rotation = hlOr; _changed = true;
+    inline void set_rotation( const SGQuatd& ec2body ) {
+        _rotation = ec2body; _changed = true;
     }
 
     /**