Fix typo where flReflectionsPan isn't getting set in the EFX loader.

This commit is contained in:
Marco Cawthorne 2021-04-23 11:43:40 +02:00
parent 96a748f189
commit 69caffe91c

View file

@ -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];