summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-22 02:14:51 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-22 11:06:41 +0300
commit94b92868587c652d7140aa704db42e497482827d (patch)
treeed1f887f1724281bc304bda50b888c58f28d4d5f /indra/newview/llviewerobject.h
parent4697b7049c3557189e6242ac2a8b6a4c2c0588c7 (diff)
SL-17999 'copy' functionality for 'features' and 'texture' tabs
And a fix to prevent message spam
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 680cfb9639..32f03c7869 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -184,8 +184,8 @@ public:
void setHasRenderMaterialParams(bool has_params);
const LLUUID& getRenderMaterialID(U8 te) const;
- void setRenderMaterialID(U8 te, const LLUUID& id);
- void setRenderMaterialIDs(const LLRenderMaterialParams* material_params, bool local_origin);
+ void setRenderMaterialID(U8 te, const LLUUID& id, bool update_server = true);
+ void setRenderMaterialIDs(const LLUUID& id);
virtual BOOL isHUDAttachment() const { return FALSE; }
virtual BOOL isTempAttachment() const;
@@ -220,6 +220,7 @@ public:
F32 getRotTime() { return mRotTime; }
private:
void resetRotTime();
+ void setRenderMaterialIDs(const LLRenderMaterialParams* material_params, bool local_origin);
public:
void resetRot();
void applyAngularVelocity(F32 dt);