diff options
| -rw-r--r-- | indra/llaudio/llaudioengine_fmodstudio.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llaudio/llaudioengine_fmodstudio.cpp b/indra/llaudio/llaudioengine_fmodstudio.cpp index 70b3a08473..b0c87b0208 100644 --- a/indra/llaudio/llaudioengine_fmodstudio.cpp +++ b/indra/llaudio/llaudioengine_fmodstudio.cpp @@ -661,7 +661,7 @@ bool LLAudioBufferFMODSTUDIO::loadWAV(const std::string& filename)          return false;      } -    if (!LLAPRFile::isExist(filename, NULL, LL_APR_RPB)) +    if (!gDirUtilp->fileExists(filename))      {          // File not found, abort.          return false; | 
