Also apply this to EAXREVERB
This commit is contained in:
parent
bdd64944dc
commit
e802b1ef07
1 changed files with 4 additions and 0 deletions
|
|
@ -2147,6 +2147,10 @@ float I_GetEFXTail(efx_t *efx)
|
|||
float tailtime = 0;
|
||||
switch(efx->type)
|
||||
{
|
||||
case EFFECT_EAXREVERB:
|
||||
tailtime = efx->eaxreverb.decay_time;
|
||||
break;
|
||||
|
||||
case EFFECT_REVERB:
|
||||
tailtime = efx->reverb.decay_time;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue