Fix minor oversight that broke openal audio impl.

This commit is contained in:
Shyotl
2013-11-18 23:27:29 -06:00
parent b9d2ad3132
commit 503e5287cd

View File

@@ -39,7 +39,7 @@ LLListener_OpenAL::~LLListener_OpenAL()
{ {
} }
LLListener_OpenAL::init() void LLListener_OpenAL::init()
{ {
// do inherited // do inherited
LLListener::init(); LLListener::init();