SL-18837: Revert "Typo for LLAudioEngine_OpenAL"

This reverts commit 46bd102e80.
master
Nat Goodspeed 2023-09-08 12:40:37 -04:00
parent 46bd102e80
commit 7e655d8c82
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ std::string LLAudioEngine_OpenAL::getDriverName(bool verbose)
LLStreamingAudioInterface *LLAudioEngine_OpenAL::createDefaultStreamingAudioImpl() const
{
return new LLAudioEngine_OpenAL();
return new LLStreamingAudio_OpenAL();
}
// virtual