]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/xmlsound.cxx
add a missing character.
[simgear.git] / simgear / sound / xmlsound.cxx
index 16d88b48aa7f33ac191b2a06394c0ca5d1481dd2..3e27b82b4933b57e4d60d7d7186241c9bd78913e 100644 (file)
@@ -275,8 +275,7 @@ SGXmlSound::init(SGPropertyNode *root, SGPropertyNode *node, SGSoundMgr *sndmgr,
        // "alSource".  The semantics of what is going on here seems
        // confused and needs to be thought through more carefully.
         _sample = new SGSoundSample( path.c_str(),
-                                    node->getStringValue("path", ""),
-                                    true );
+                                    node->getStringValue("path", "") );
 
        _mgr->add( _sample, _name );
    }