Doppler scale ruined everything

This commit is contained in:
Stiffly
2014-06-03 20:05:31 +02:00
parent 96a608db27
commit 87b02711f4
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ void Systems::SoundSystem::Initialize()
{
LOG_INFO("FMOD initialized successfully");
}
FMOD_System_Set3DSettings(m_System, 1.f, 1.f, 1.f); //dopplerScale, distancefactor, rolloffscale
FMOD_System_Set3DSettings(m_System, 0.f, 1.f, 1.f); //dopplerScale, distancefactor, rolloffscale
}