diff options
author | Graham Linden <graham@lindenlab.com> | 2019-05-16 14:14:02 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-05-16 14:14:02 -0700 |
commit | b3c0218a31b9d7dd699cf3944bbcfc35e9adbd49 (patch) | |
tree | 862809250383d4246d6cc4eaf3c7336265bbb192 /indra/llinventory | |
parent | cce6254aec2de6606b4940d961cef6cceb549d61 (diff) |
Revert lighting changes for 10856 causing knock-on.
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 45d034cb1f..e02ecc8a33 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -1684,3 +1684,4 @@ LLUUID LLSettingsSky::getNextBloomTextureId() const { return mNextBloomTextureId; } + |