Change some instances of {0} to {} to pacify compilers.

This commit is contained in:
Router Gray
2019-05-24 06:17:39 -05:00
parent 55c0ba5b06
commit 58d94e9883
4 changed files with 5 additions and 5 deletions

View File

@@ -902,7 +902,7 @@ bool LLAudioBufferFMODSTUDIO::loadWAV(const std::string& filename)
}
FMOD_MODE base_mode = FMOD_LOOP_NORMAL;
FMOD_CREATESOUNDEXINFO exinfo = {0};
FMOD_CREATESOUNDEXINFO exinfo = { };
exinfo.cbsize = sizeof(exinfo);
exinfo.suggestedsoundtype = FMOD_SOUND_TYPE_WAV; //Hint to speed up loading.
// Load up the wav file into an fmod sample