Minor cleanup.

This commit is contained in:
Shyotl
2018-08-10 18:17:30 -05:00
parent 369a3ed909
commit bc8c95a7f7
4 changed files with 5 additions and 5 deletions

View File

@@ -695,7 +695,7 @@ bool LLInventoryCollectFunctor::itemTransferCommonlyAllowed(const LLInventoryIte
return true;
break;
}
return false;
// return false;
}
bool LLIsType::operator()(LLInventoryCategory* cat, LLInventoryItem* item)

View File

@@ -146,7 +146,7 @@ void LLSkinningUtil::checkSkinWeights(const LLVector4a* weights, U32 num_vertice
const S32 max_joints = skin->mJointNames.size();
for (U32 j=0; j<num_vertices; j++)
{
F32 *w = weights[j].getF32ptr();
const F32 *w = weights[j].getF32ptr();
F32 wsum = 0.0;
for (U32 k=0; k<4; ++k)