diff options
author | prep <prep@lindenlab.com> | 2013-03-13 13:36:45 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-13 13:36:45 -0400 |
commit | 71f2032caa090efbcd0c4ad1715848ef85ebb304 (patch) | |
tree | 6c11948416c0a370ebd1983f723b2a055fc0e6a5 /indra/newview/llappviewer.cpp | |
parent | 45838b8b07a61af9b85ab9bc3013f1ac867e70d8 (diff) |
Ported sunshine-internal fixes (Commits: 5271cc5 and b37c09)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 0f77c68ec8..dac268ec92 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -803,7 +803,7 @@ bool LLAppViewer::init() LLUIImageList::getInstance(), ui_audio_callback, deferred_ui_audio_callback, - &LLUI::sGLScaleFactor); + &LLUI::getScaleFactor()); LL_INFOS("InitInfo") << "UI initialized." << LL_ENDL ; // NOW LLUI::getLanguage() should work. gDirUtilp must know the language |