From 04f680a5c3fec056fb9bf3b5d531e85a60dfbd8a Mon Sep 17 00:00:00 2001 From: Vadim ProductEngine Date: Mon, 30 May 2011 22:57:24 +0300 Subject: STORM-1245 WIP Fixed sky initialization to apply user preferences correctly. --- indra/newview/llwlparammanager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llwlparammanager.cpp b/indra/newview/llwlparammanager.cpp index eb49f2b018..83d9ef6fde 100644 --- a/indra/newview/llwlparammanager.cpp +++ b/indra/newview/llwlparammanager.cpp @@ -801,4 +801,6 @@ void LLWLParamManager::initSingleton() // but use linden time sets it to what the estate is mAnimator.setTimeType(LLWLAnimator::TIME_LINDEN); + + applyUserPrefs(false); } -- cgit v1.2.3