diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-01 22:30:14 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-01 22:30:14 +0100 |
commit | 08ee190ec83d617bc21c92eb127af9616d062963 (patch) | |
tree | f657a29bc094f37b194a4df90a3cde5c7552a092 /indra/newview/llvoavatar.h | |
parent | 4cc5c7d2a4511ffc65bf3b6b0b2e29beb5b0fed4 (diff) |
EXT-7499 WIP Prevent other avatars from remaining with a ruth shape
to be reviewed by nyx.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 3c940e03c0..b30cce09f6 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -249,6 +249,7 @@ public: //-------------------------------------------------------------------- public: BOOL isFullyLoaded() const; + bool visualParamWeightsAreDefault(); protected: virtual BOOL getIsCloud(); BOOL updateIsFullyLoaded(); |