diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index 9978c837b2..4f2c36f45b 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -180,7 +180,7 @@ void LLFloaterFixedEnvironment::setEditSettingsAndUpdate(const LLSettingsBase::p      updateEditEnvironment();      syncronizeTabs();      refresh(); -    LLEnvironment::instance().updateEnvironment(LLEnvironment::TRANSITION_FAST); +    LLEnvironment::instance().updateEnvironment(LLEnvironment::TRANSITION_INSTANT);  }  void LLFloaterFixedEnvironment::syncronizeTabs()  | 
