diff options
author | Chris Robinson <[email protected]> | 2015-09-27 20:55:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-27 20:55:39 -0700 |
commit | 3e60b1898943c26d817aef8d31466c1fee5aa83b (patch) | |
tree | 426ab735da0d42e3c000baa2452023c80b355026 /Alc/ALc.c | |
parent | 86ff35bf71559295019847ccccb8522f93df1106 (diff) |
Don't keep selecting the mixer to use
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |