diff options
| author | Rider Linden <rider@lindenlab.com> | 2019-01-23 14:44:44 -0800 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2019-01-23 14:44:44 -0800 | 
| commit | 211ad31dc236f868686339a9da19226b18724f20 (patch) | |
| tree | 96b76be7289455e45924db40bd974583ee3a86cc | |
| parent | 71d266e6d9c0e328f1a898b1233f686ea36577ba (diff) | |
I hope this is the last one.
| -rw-r--r-- | indra/newview/llenvironment.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp index 26e025773a..9ac8bccb74 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -385,7 +385,7 @@ namespace              {                  injectSetting((*it).first, (*it).second, experience_id, transition);              } -            setDirtyFlag(true); +            this->setDirtyFlag(true);          }      protected: | 
