summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsbase.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-09-11 20:05:26 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-09-11 22:56:58 +0300
commitdfff269d83df60de49fe8e5d7fffe9d1913e8036 (patch)
tree548e8af5008fa99e3b79fba6312042e9283b8e9e /indra/llinventory/llsettingsbase.h
parent0a110ff0833216b167e032987b0d676f29ad0ee5 (diff)
viewer#2529 Optimize LLSettingsSky::blend
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r--indra/llinventory/llsettingsbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h
index dc2a745fa0..7b59437d6e 100644
--- a/indra/llinventory/llsettingsbase.h
+++ b/indra/llinventory/llsettingsbase.h
@@ -109,6 +109,7 @@ public:
virtual bool isDirty() const { return mDirty; }
virtual bool isVeryDirty() const { return mReplaced; }
inline void setDirtyFlag(bool dirty) { mDirty = dirty; clearAssetId(); }
+ inline void setReplaced() { mReplaced = true; }
size_t getHash(); // Hash will not include Name, ID or a previously stored Hash