]> git.mxchange.org Git - simgear.git/commitdiff
initialize volume to a proper value
authorehofman <ehofman>
Sat, 28 Nov 2009 12:59:40 +0000 (12:59 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 29 Nov 2009 12:04:39 +0000 (13:04 +0100)
simgear/sound/sample_group.cxx

index 1c76bfa6bd63c9ffe0e6e1700c91f9e3d73167a2..3cd0d9aee46e4b755a3f22922683e16b542bdd58 100644 (file)
@@ -39,6 +39,7 @@ SGSampleGroup::SGSampleGroup () :
     _active(false),
     _changed(false),
     _pause(false),
+    _volume(1.0),
     _tied_to_listener(false),
     _velocity(SGVec3d::zeros()),
     _orientation(SGQuatd::zeros())
@@ -52,6 +53,7 @@ SGSampleGroup::SGSampleGroup ( SGSoundMgr *smgr, const string &refname ) :
     _active(false), 
     _changed(false),
     _pause(false),
+    _volume(1.0),
     _tied_to_listener(false),
     _velocity(SGVec3d::zeros()),
     _orientation(SGQuatd::zeros())