diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-01-16 23:07:51 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-01-16 23:16:43 +0200 |
commit | 8ec8732ec9a6dd109b3d40762148f0c951566e9b (patch) | |
tree | a4e1eca1d58a98645ea8737584198d80b6dd0898 /indra/llappearance/llpolymorph.cpp | |
parent | 20b16ddf053733271f8cf0966f2a5c5b6ac2a8a1 (diff) |
SL-18893 OSX buildfix
Diffstat (limited to 'indra/llappearance/llpolymorph.cpp')
-rw-r--r-- | indra/llappearance/llpolymorph.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/llpolymorph.cpp b/indra/llappearance/llpolymorph.cpp index ca3ecda8c3..965b999bd4 100644 --- a/indra/llappearance/llpolymorph.cpp +++ b/indra/llappearance/llpolymorph.cpp @@ -363,7 +363,6 @@ BOOL LLPolyMorphTarget::setInfo(LLPolyMorphTargetInfo* info) setWeight(getDefaultWeight()); LLAvatarAppearance* avatarp = mMesh->getAvatar(); - LLPolyMorphTargetInfo::volume_info_list_t::iterator iter; for (LLPolyVolumeMorphInfo& volume_info : getInfo()->mVolumeInfoList) { for (S32 i = 0; i < avatarp->mNumCollisionVolumes; i++) |