]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_openal.hxx
Fixes for headless mode.
[simgear.git] / simgear / sound / sample_openal.hxx
index b2afba4f33fd1da89f138e491b038e115d0625dc..b5267bb10ca1963d8ddcf2e4bf8e759168f79326 100644 (file)
@@ -118,7 +118,7 @@ public:
      * @param _loop Define whether this sound should be played in a loop.
      */
     void play( bool loop = false ) {
-        _playing = true; _loop = loop; _changed = true;
+        _playing = true; _loop = loop; _changed = true; _static_changed = true;
     }
 
     /**