aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-09-27 20:55:39 -0700
committerChris Robinson <[email protected]>2015-09-27 20:55:39 -0700
commit3e60b1898943c26d817aef8d31466c1fee5aa83b (patch)
tree426ab735da0d42e3c000baa2452023c80b355026 /Alc/ALc.c
parent86ff35bf71559295019847ccccb8522f93df1106 (diff)
Don't keep selecting the mixer to use
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index eb0b0bfb..20787101 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1022,7 +1022,7 @@ static void alc_initconfig(void)
WARN("Invalid resampler: %s\n", str);
}
}
- aluInitResamplers();
+ aluInitMixer();
str = getenv("ALSOFT_TRAP_ERROR");
if(str && (strcasecmp(str, "true") == 0 || strtol(str, NULL, 0) == 1))