summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.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/llfloaterregioninfo.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/llfloaterregioninfo.cpp')
-rw-r--r--indra/newview/llfloaterregioninfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index 4fd23252fa..671f5aca9d 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -3450,6 +3450,7 @@ void LLPanelRegionEnvironment::refreshFromSource()
{
LLHandle<LLPanel> that_h = getHandle();
+ mCurEnvVersion = INVALID_PARCEL_ENVIRONMENT_VERSION;
LLEnvironment::instance().requestRegion(
[that_h](S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo) { _onEnvironmentReceived(that_h, parcel_id, envifo); });