diff --git a/src/modules/sound/lullaby/Sound.cpp b/src/modules/sound/lullaby/Sound.cpp index 63fe642d6..84aaa08ce 100644 --- a/src/modules/sound/lullaby/Sound.cpp +++ b/src/modules/sound/lullaby/Sound.cpp @@ -74,13 +74,13 @@ const char *Sound::getName() const sound::Decoder *Sound::newDecoder(Stream *stream, int bufferSize) { std::vector possibleDecoders = { - DecoderImplFor(), + DecoderImplFor(), + DecoderImplFor(), DecoderImplFor(), #ifdef LOVE_SUPPORT_COREAUDIO DecoderImplFor(), #endif - DecoderImplFor(), - DecoderImplFor(), + DecoderImplFor(), #ifndef LOVE_NO_MODPLUG DecoderImplFor(), // Last because it doesn't work well with Streams. #endif