Some spelling fixes in comments.

This commit is contained in:
Alberto Luaces
2016-10-05 18:10:46 +02:00
parent 48dbd61632
commit 7f3c92f492
22 changed files with 33 additions and 33 deletions

View File

@@ -96,7 +96,7 @@ bool RigTransformHardware::createPalette(int nbVertexes, BoneMap boneMap, const
for (VertexInfluenceSet::BoneWeightList::const_iterator it = boneWeightList.begin(); it != boneWeightList.end(); ++it)
{
const VertexInfluenceSet::BoneWeight& bw = *it;
if(fabs(bw.getWeight()) > 1e-2) // dont use bone with weight too small
if(fabs(bw.getWeight()) > 1e-2) // don't use bone with weight too small
{
if (boneNameCountMap.find(bw.getBoneName()) != boneNameCountMap.end())
{