diff options
author | Don Kjer <don@lindenlab.com> | 2012-10-02 01:02:34 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-10-02 01:02:34 +0000 |
commit | 5483bc28ae6b33bf5b2371d46648ad20975daf8c (patch) | |
tree | 37f0334ac9e84304db8c6ee4063e56d61696cbbd /indra/llappearance/llavatarappearancedefines.h | |
parent | 5010cf72d345e60d0a367ea213dafe8727414612 (diff) |
Moved gatherMorphMaskAlpha into llappearance.
Diffstat (limited to 'indra/llappearance/llavatarappearancedefines.h')
-rw-r--r-- | indra/llappearance/llavatarappearancedefines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarappearancedefines.h b/indra/llappearance/llavatarappearancedefines.h index 2e073bf5d2..496f85c107 100644 --- a/indra/llappearance/llavatarappearancedefines.h +++ b/indra/llappearance/llavatarappearancedefines.h @@ -217,6 +217,7 @@ public: // find a baked texture index based on its name static EBakedTextureIndex findBakedByRegionName(std::string name); + static EBakedTextureIndex findBakedByImageName(std::string name); // Given a texture entry, determine which wearable type owns it. static LLWearableType::EType getTEWearableType(ETextureIndex index); |