Skip to content

Commit

Permalink
We want Y axis falloff on both speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jul 22, 2017
1 parent 8082a46 commit be8a149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/client/sound.cpp
Expand Up @@ -215,8 +215,8 @@ static void Mix(short *pFinalOut, unsigned Frames)
}

{
Lvol *= FalloffX;
Rvol *= FalloffX;
Lvol *= FalloffX * FalloffY;
Rvol *= FalloffX * FalloffY;
}
}
else
Expand Down

0 comments on commit be8a149

Please sign in to comment.