aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-29 19:48:18 -0800
committerChris Robinson <[email protected]>2010-11-29 19:48:18 -0800
commit0cf32e29465830e7d79eb3d40bb85e328d43625a (patch)
tree6c54363145fbb3a84eb0ebef99a56460a2292da6 /Alc/mixer.c
parent693ab4d8bc34cdc5a394eca45b2648f21613c917 (diff)
Reorder some parameters for consistency
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r--Alc/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index 020375da..9f19d5df 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -705,7 +705,7 @@ ALvoid MixSource(ALsource *Source, ALCdevice *Device, ALuint SamplesToDo)
{
FmtChannels = ALBuffer->FmtChannels;
FmtType = ALBuffer->FmtType;
- FrameSize = FrameSizeFromFmt(FmtType, FmtChannels);
+ FrameSize = FrameSizeFromFmt(FmtChannels, FmtType);
break;
}
BufferListItem = BufferListItem->next;