Fix assignment
parent
f3ed1dd26b
commit
ce05cdab6c
|
|
@ -132,7 +132,7 @@ LLAudioEngine_FMODEX::LLAudioEngine_FMODEX(bool enable_profiler)
|
|||
mSystem = NULL;
|
||||
mEnableProfiler = enable_profiler;
|
||||
mWindDSPDesc = new FMOD_DSP_DESCRIPTION();
|
||||
mSelectedDeviceUUID == LLUUID::null; // <FS:Ansariel> Output device selection
|
||||
mSelectedDeviceUUID = LLUUID::null; // <FS:Ansariel> Output device selection
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue