Update Templates/BaseGame/game/core/sfx/scripts/audioAmbience.tscript

This commit is contained in:
marauder2k7 2025-12-13 09:21:07 +00:00 committed by GitHub
parent 2d21bb2c7e
commit bc7c55b980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,5 +45,5 @@ singleton SFXAmbience( AudioAmbienceUnderwater )
environment = "AudioEnvUnderwater";
states[0] = AudioLocationUnderwater;
dopplerFactor = "0.5";
speedOfSound = "1500.0"
speedOfSound = "1500.0";
};