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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user