Fix typo where flReflectionsPan isn't getting set in the EFX loader.
This commit is contained in:
parent
96a748f189
commit
69caffe91c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ EFX_Load(string efx_file)
|
|||
g_efx[i].flDecayLFRatio = 1.000000;
|
||||
g_efx[i].flReflectionsGain = 0.000000;
|
||||
g_efx[i].flReflectionsDelay = 0.000000;
|
||||
g_efx[i].flLateReverbPan = [0,0,0];
|
||||
g_efx[i].flReflectionsPan = [0,0,0];
|
||||
g_efx[i].flLateReverbGain = 1.000000;
|
||||
g_efx[i].flLateReverbDelay = 0.000000;
|
||||
g_efx[i].flLateReverbPan = [0,0,0];
|
||||
|
|
Loading…
Reference in a new issue