Innitial commit. Pulled minor changes out of bulk of changes comming for multi-wearables.
This commit is contained in:
@@ -223,7 +223,7 @@ void LLPrimitive::setPCode(const U8 p_code)
|
||||
}
|
||||
|
||||
//===============================================================
|
||||
const LLTextureEntry* LLPrimitive::getTE(const U8 index) const
|
||||
LLTextureEntry* LLPrimitive::getTE(const U8 index) const
|
||||
{
|
||||
return mTextureList.getTexture(index);
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ public:
|
||||
|
||||
// Modify texture entry properties
|
||||
inline BOOL validTE(const U8 te_num) const;
|
||||
const LLTextureEntry *getTE(const U8 te_num) const;
|
||||
LLTextureEntry *getTE(const U8 te_num) const;
|
||||
|
||||
virtual void setNumTEs(const U8 num_tes);
|
||||
virtual void setAllTETextures(const LLUUID &tex_id);
|
||||
|
||||
Reference in New Issue
Block a user