Skip to content
Snippets Groups Projects
Commit cb3b21a4 authored by Rick Pasetto's avatar Rick Pasetto
Browse files
parents a3c93ccc 32e8dbaf
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ void audio_update_wind(bool force_update)
{
// initialize wind volume (force_update) by using large volume_delta
// which is sufficient to completely turn off or turn on wind noise
volume_delta = max_wind_volume;
volume_delta = 1.f;
}
// mute wind when not flying
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment