diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-08 11:00:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-08 11:00:16 -0400 |
commit | 46bd102e80178abb094b5dac6fe9c476e044eaed (patch) | |
tree | 4d455c5169c0c724b3a3314e60418392f097e9d5 /indra/llaudio/llaudioengine_openal.cpp | |
parent | 6cb906c44908a304af26e3ea95de88ff34ef46f7 (diff) |
SL-18837: Typo for LLAudioEngine_OpenAL
Diffstat (limited to 'indra/llaudio/llaudioengine_openal.cpp')
-rw-r--r-- | indra/llaudio/llaudioengine_openal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp index e6c62caae9..d2a66c8c0f 100644 --- a/indra/llaudio/llaudioengine_openal.cpp +++ b/indra/llaudio/llaudioengine_openal.cpp @@ -121,7 +121,7 @@ std::string LLAudioEngine_OpenAL::getDriverName(bool verbose) LLStreamingAudioInterface *LLAudioEngine_OpenAL::createDefaultStreamingAudioImpl() const { - return new LLStreamingAudio_OpenAL(); + return new LLAudioEngine_OpenAL(); } // virtual |