FIRE-29661: Fix build when compiling with OpenAL

master
Ansariel 2020-06-03 08:13:57 +02:00
parent 01dfb02bc6
commit 06ecf80323
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{