diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-29 18:16:03 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-29 18:16:03 -0700 |
commit | f93febc91407137bcad9cfe006633fd4a8ccb1e0 (patch) | |
tree | 6ad1de92942ba693a6654f91bcf0898997d37667 /indra/newview/llagentwearables.cpp | |
parent | 7f8b63025399978c0921c6bc459df3605c8d86ef (diff) | |
parent | 65b74c6a5e0da64e3c30abf18e875fa4191891d0 (diff) |
Merge remote repo
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index d764dc4f3a..380469f5b3 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1989,7 +1989,7 @@ void LLAgentWearables::animateAllWearableParams(F32 delta, BOOL set_by_user) { for( S32 type = 0; type < WT_COUNT; ++type ) { - for (S32 count = 0; count < getWearableCount((EWearableType)type); ++count) + for (S32 count = 0; count < (S32)getWearableCount((EWearableType)type); ++count) { LLWearable *wearable = getWearable((EWearableType)type,count); wearable->animateParams(delta, set_by_user); |