diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-12 16:41:40 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-12 16:41:40 +0200 |
commit | 77b278b7f5615a6ba93b47c2a0d8a2338dc27dc2 (patch) | |
tree | 5bdde0f07374f4c8ac69347e3b304304eb34d16d /indra/newview/llfloaterland.cpp | |
parent | 2929998982f37221a58b9fa8037748a2e905f4b1 (diff) |
SL-9620 Viewer crashes after clicking "Commit" button while editing Day Cycle preset
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 1 |
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) { |