diff options
| -rw-r--r-- | indra/newview/llpanelenvironment.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp index d20cc096de..2cfd0c8fc9 100644 --- a/indra/newview/llpanelenvironment.cpp +++ b/indra/newview/llpanelenvironment.cpp @@ -262,7 +262,7 @@ void LLPanelEnvironmentInfo::refresh()      updateEditFloater(mCurrentEnvironment, canEdit()); -    LLEnvironment::altitude_list_t altitudes = LLEnvironment::instance().getRegionAltitudes(); +    LLEnvironment::altitude_list_t altitudes = mCurrentEnvironment->mAltitudes;      if (altitudes.size() > 0)      { | 
