]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.cxx
cmake changes for osg::CullSettings::ClearMask and Fedora
[flightgear.git] / src / Sound / fg_fx.cxx
index 950e0bdd071467a6bd9e4e954788e96429ec0913..ab0ace0a94d059f693996f9e43599904babd21aa 100644 (file)
@@ -94,7 +94,7 @@ FGFX::init()
   
             try {
                 sound->init(globals->get_props(), node->getChild(i), this,
-                            _avionics, globals->get_fg_root());
+                            _avionics, path.dir());
   
                 _sound.push_back(sound);
             } catch ( sg_exception &e ) {