diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-05 17:25:01 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-05 17:25:51 +0300 |
commit | 846d0d337145597eb98e1e107a273622a183f133 (patch) | |
tree | 5cd4f396b1b53e5d09e6e9b4ad0956195207816b /indra/llaudio/llaudioengine_openal.cpp | |
parent | 9b1c8534fbb0e99e9e20142fdc9582f3966c1e01 (diff) |
SL-13390 Fix Openal Builds
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 a38d8291fa..3bdd0302ee 100644 --- a/indra/llaudio/llaudioengine_openal.cpp +++ b/indra/llaudio/llaudioengine_openal.cpp @@ -55,7 +55,7 @@ LLAudioEngine_OpenAL::~LLAudioEngine_OpenAL() bool LLAudioEngine_OpenAL::init(const S32 num_channels, void* userdata, const std::string &app_title) { mWindGen = NULL; - LLAudioEngine::init(num_channels, userdata); + LLAudioEngine::init(num_channels, userdata, app_title); if(!alutInit(NULL, NULL)) { |