diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-10 03:09:30 +0300 | 
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-10 03:09:30 +0300 | 
| commit | c2660070ce5a81270d72feeea8939e9c0368360e (patch) | |
| tree | 2c92e849f1955553695a40babc39255561093f97 | |
| parent | adeee613c60e8d4d2d57ede9685b8388a681c409 (diff) | |
SL-11716 Fixed crash on initializing LLUI
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 1365ce6c7e..12aadd852d 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -847,8 +847,7 @@ bool LLAppViewer::init()  	LLUI::initClass(settings_map,  		LLUIImageList::getInstance(),  		ui_audio_callback, -		deferred_ui_audio_callback, -		&LLUI::getScaleFactor()); +		deferred_ui_audio_callback);  	LL_INFOS("InitInfo") << "UI initialized." << LL_ENDL ;  	// NOW LLUI::getLanguage() should work. gDirUtilp must know the language | 
