Skip to content
Snippets Groups Projects
Commit 251c3d60 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix openal engine build

parent 8a2a60b8
No related branches found
No related tags found
No related merge requests found
...@@ -46,16 +46,11 @@ LLAudioEngine_OpenAL::LLAudioEngine_OpenAL() ...@@ -46,16 +46,11 @@ LLAudioEngine_OpenAL::LLAudioEngine_OpenAL()
{ {
} }
// virtual
LLAudioEngine_OpenAL::~LLAudioEngine_OpenAL()
{
}
// virtual // virtual
bool LLAudioEngine_OpenAL::init(const S32 num_channels, void* userdata, const std::string &app_title) bool LLAudioEngine_OpenAL::init(const S32 num_channels, void* userdata, const std::string &app_title)
{ {
mWindGen = NULL; mWindGen = NULL;
LLAudioEngine::init(num_channels, userdata); LLAudioEngine::init(num_channels, userdata, app_title);
if(!alutInit(NULL, NULL)) if(!alutInit(NULL, NULL))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment