Skip to content

Commit

Permalink
Logic bug, noticed by Loren Brichter.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 1, 2004
1 parent 008aaca commit 47dfdf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osx/alContext.c
Expand Up @@ -658,7 +658,6 @@ static ALvoid __alcSetSpeakerDefaults(ALdevice *dev)
dev->speakerazimuths[i] = 0.0f;
dev->speakerelevations[i] = 0.0f;
dev->speakergains[i] = 1.0f;
i++;
} // for

switch (dev->speakers)
Expand Down

0 comments on commit 47dfdf8

Please sign in to comment.