summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-11-12 17:28:59 +0000
committerRider Linden <rider@lindenlab.com>2018-11-12 17:28:59 +0000
commit1143edc42e04981cc9754227ea2a3999da6b770f (patch)
treed03d440af9be43f97fd28071204dfe19a50dddc6 /indra/newview/llfloaterland.cpp
parentbdf4442e216273bb32eeb607857efdad2336ee81 (diff)
parent77b278b7f5615a6ba93b47c2a0d8a2338dc27dc2 (diff)
Merged in andreykproductengine/maint-eep2 (pull request #187)
SL-9620 Viewer crashes after clicking "Commit" button while editing Day Cycle preset Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 0ff660fcad..25cbf2f576 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -3325,6 +3325,7 @@ void LLPanelLandEnvironment::refreshFromSource()
LLHandle<LLPanel> that_h = getHandle();
+ mCurEnvVersion = INVALID_PARCEL_ENVIRONMENT_VERSION;
LLEnvironment::instance().requestParcel(parcel->getLocalID(),
[that_h](S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo)
{