aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/sdl/macosx/macosx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp
index 7e6ef9588e..457746c381 100644
--- a/backends/platform/sdl/macosx/macosx.cpp
+++ b/backends/platform/sdl/macosx/macosx.cpp
@@ -64,7 +64,7 @@ void OSystem_MacOSX::init() {
void OSystem_MacOSX::initBackend() {
// Create the mixer manager
if (_mixer == 0) {
- _mixerManager = new DoubleBufferSDLMixerManager();
+ _mixerManager = new SdlMixerManager();
// Setup and start mixer
_mixerManager->init();