Remove a dead assignment

This commit is contained in:
Chris Robinson
2016-02-16 02:42:43 -08:00
parent 6b1f322220
commit ee9917fe96
-1
View File
@@ -840,7 +840,6 @@ static ALvoid Update3DPanning(const ALCdevice *Device, const ALfloat *Reflection
LateReverbPan[1] / length,
-LateReverbPan[2] / length,
};
length = 1.0f;
for(i = 0;i < 4;i++)
{
ALfloat dotp = pan[0]*PanDirs[i][0] + pan[1]*PanDirs[i][1] + pan[2]*PanDirs[i][2];