Tweak the doppler effect.

This commit is contained in:
ehofman 2004-06-04 16:59:12 +00:00
parent 921dae5444
commit 371fc73f24

View File

@ -86,6 +86,7 @@ SGSoundMgr::SGSoundMgr() {
// exaggerate the ear candy?
alDopplerFactor(1.0);
alDopplerVelocity(340.0); // speed of sound in meters per second.
}
// destructor