diff options
author | Eli Linden <eli@lindenlab.com> | 2010-06-03 14:33:36 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-06-03 14:33:36 -0700 |
commit | fbee0d8ef1cfd97c2ef52398d19d038c145bae67 (patch) | |
tree | 9eecdbde01e4cc531169568c70b3859a3c7d5159 /indra/newview/llvoavatarself.h | |
parent | 2d93672587e6f5ca46e06d768a1f6f9df4ebac37 (diff) | |
parent | e2b8c1c699f75e234776beda939205a247fb1bc3 (diff) |
Merge
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index e461dc07da..55b4fd87c8 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -177,6 +177,7 @@ public: bool areTexturesCurrent() const; BOOL isLocalTextureDataAvailable(const LLTexLayerSet* layerset) const; BOOL isLocalTextureDataFinal(const LLTexLayerSet* layerset) const; + BOOL isBakedTextureFinal(const LLVOAvatarDefines::EBakedTextureIndex index) const; // If you want to check all textures of a given type, pass gAgentWearables.getWearableCount() for index /*virtual*/ BOOL isTextureDefined(LLVOAvatarDefines::ETextureIndex type, U32 index) const; /*virtual*/ BOOL isTextureVisible(LLVOAvatarDefines::ETextureIndex type, U32 index = 0) const; |