Oopsies. Undoing a change that shouldn't have made it into the previous commits. Was simply a part of an experiment.

This commit is contained in:
Shyotl
2011-12-24 11:30:09 -06:00
parent a2fb56bf48
commit e1cbeb7e02

View File

@@ -504,7 +504,7 @@ bool LLAudioChannelFMODEX::updateBuffer()
// setup.
if(!mChannelp)
{
FMOD_RESULT result = getSystem()->playSound(FMOD_CHANNEL_FREE, soundp, false, &mChannelp);
FMOD_RESULT result = getSystem()->playSound(FMOD_CHANNEL_FREE, soundp, true, &mChannelp);
Check_FMOD_Error(result, "FMOD::System::playSound");
}