You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the title says, the afterburner loop sound doesn't fade out after releasing the hotkey. After releasing the hotkey it stays around long enough for the sound to fade out, but it doesn't. It just abruptly ends.
You can hear this in this video I recorded within the first few moments.
The text was updated successfully, but these errors were encountered:
Now that `snd_do_frame()` has been tightened up to specifically only adjust audio for the adjust-audio-volume sexp, the redundancy-avoiding code in `snd_set_volume()` is obsolete. So, set the sound volume immediately, even if it is a looping sound.
This is a two-for-one fix; the proper setting of volume fixes both scp-fs2open#6504 and scp-fs2open#6507.
Like the title says, the afterburner loop sound doesn't fade out after releasing the hotkey. After releasing the hotkey it stays around long enough for the sound to fade out, but it doesn't. It just abruptly ends.
You can hear this in this video I recorded within the first few moments.
The text was updated successfully, but these errors were encountered: