diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-15 18:31:45 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-15 18:31:45 -0700 |
commit | 9bdf262d8511e84c2425e48a466b60f185516c76 (patch) | |
tree | 3ba15fa30694a6d6d83450cfb019f61f052652db /indra/newview/llvoavatarself.h | |
parent | 73ebb9efc90a966e0c034b956abb5b6f3a331851 (diff) | |
parent | 00f278568230c9cf3a438e9026dc3c387d8ac134 (diff) |
Merge
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index df3493c434..9514abc5bc 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -232,7 +232,9 @@ public: public: /* virtual */ void invalidateComposite(LLTexLayerSet* layerset, BOOL upload_result); /* virtual */ void invalidateAll(); - /* virtual */ void setCompositeUpdatesEnabled(BOOL b); // only works for self + /* virtual */ void setCompositeUpdatesEnabled(bool b); // only works for self + /* virtual */ void setCompositeUpdatesEnabled(U32 index, bool b); + /* virtual */ bool isCompositeUpdateEnabled(U32 index); void setupComposites(); void updateComposites(); |