diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-26 06:36:24 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-26 06:36:24 -0400 |
commit | ae0bb922909af95d96c140c1d74a4f39a264d4ec (patch) | |
tree | aa75f1525641908cfa99777e11ff2ccf9228221e /indra/llappearance/llavatarappearance.h | |
parent | f3d52b8d54c3be67262d4d8ae9a00253e9d55249 (diff) |
renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented some areas we are probably using the function incorrectly
Diffstat (limited to 'indra/llappearance/llavatarappearance.h')
-rwxr-xr-x[-rw-r--r--] | indra/llappearance/llavatarappearance.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index 5726ff62d1..2aa43d25d2 100644..100755 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -106,7 +106,9 @@ public: public: virtual bool isSelf() const { return false; } // True if this avatar is for this viewer's agent virtual BOOL isValid() const; - virtual BOOL isUsingBakedTextures() const = 0; + virtual BOOL isUsingServerBakes() const = 0; + virtual BOOL isUsingLocalAppearance() const = 0; + virtual BOOL isEditingAppearance() const = 0; bool isBuilt() const { return mIsBuilt; } |