aboutsummaryrefslogtreecommitdiffstats
path: root/alc/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/device.cpp')
-rw-r--r--alc/device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/device.cpp b/alc/device.cpp
index 11f66df7..3a9b7380 100644
--- a/alc/device.cpp
+++ b/alc/device.cpp
@@ -76,7 +76,7 @@ auto ALCdevice::getOutputMode1() const noexcept -> OutputMode1
return OutputMode1::Hrtf;
else if(mUhjEncoder)
return OutputMode1::Uhj2;
- return OutputMode1::StereoPlain;
+ return OutputMode1::StereoBasic;
case DevFmtQuad: return OutputMode1::Quad;
case DevFmtX51: return OutputMode1::X51;
case DevFmtX61: return OutputMode1::X61;