diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-11 18:21:03 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-11 22:56:57 +0300 |
commit | 0a110ff0833216b167e032987b0d676f29ad0ee5 (patch) | |
tree | 47ba8f60de579a8a56b46e778d25e4aa6ef2f13c /indra/llinventory/llsettingssky.h | |
parent | 047eb16f4c8fdfb1826136db9ee2eed83cb95416 (diff) |
viewer#2529 Track interpolateSDMap's performance
viewer#2529 Fix initialization
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index dc8e620f47..535c4722ef 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -402,6 +402,7 @@ protected: LLColor3 mBlueDensity; LLColor3 mAmbientColor; + bool mHasLegacyHaze; bool mLegacyHazeHorizon; bool mLegacyHazeDensity; bool mLegacyDistanceMultiplier; |