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/llagentwearables.h | |
parent | 2d93672587e6f5ca46e06d768a1f6f9df4ebac37 (diff) | |
parent | e2b8c1c699f75e234776beda939205a247fb1bc3 (diff) |
Merge
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 6d379746ba..679ecefa6f 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -165,7 +165,8 @@ protected: public: // Processes the initial wearables update message (if necessary, since the outfit folder makes it redundant) static void processAgentInitialWearablesUpdate(LLMessageSystem* mesgsys, void** user_data); - LLUUID computeBakedTextureHash(LLVOAvatarDefines::EBakedTextureIndex index); + LLUUID computeBakedTextureHash(LLVOAvatarDefines::EBakedTextureIndex baked_index, + BOOL generate_valid_hash = TRUE); protected: void sendAgentWearablesUpdate(); |