]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_aeonwave.hxx
Add some tests for AeonWave
[simgear.git] / simgear / sound / soundmgr_aeonwave.hxx
index 91fb9b57b1fc3d1589a33722d5f24182260ef570..a680b4463d2efae24b84216ca0645f3a37af7a7f 100644 (file)
@@ -154,7 +154,7 @@ public:
      *
      * @return Velocity vector of the OpenAL listener
      */
-    inline SGVec3f get_velocity() { SGVec3f f(_velocity); return f; }
+    inline SGVec3f get_velocity() { SGVec3d f(_velocity); return toVec3f(f); }
 
     /**
      * Set the orientation of the sound manager