diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-10 09:01:54 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-10 09:01:54 +0300 |
| commit | 34d8200d0f0dde1b8205c802edbb08cc1ff503b2 (patch) | |
| tree | 64cc14f3bd070b4f976b3ff280aefb731f01d66a /indra/llui/llui.cpp | |
| parent | c2660070ce5a81270d72feeea8939e9c0368360e (diff) | |
DRTVWR-493 LLRender2D init cleanup
Diffstat (limited to 'indra/llui/llui.cpp')
| -rw-r--r-- | indra/llui/llui.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 2e2833c197..b5c4ca1d9f 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -160,11 +160,9 @@ void make_ui_sound_deferred(const char* namep) void LLUI::initClass(const settings_map_t& settings, LLImageProviderInterface* image_provider, LLUIAudioCallback audio_callback, - LLUIAudioCallback deferred_audio_callback, - const LLVector2* scale_factor, - const std::string& language) + LLUIAudioCallback deferred_audio_callback) { - LLRender2D::initParamSingleton(image_provider,scale_factor); + LLRender2D::initParamSingleton(image_provider); sSettingGroups = settings; if ((get_ptr_in_map(sSettingGroups, std::string("config")) == NULL) || |
