fix some errors/warnings found by static code analyzer

This commit is contained in:
abma
2014-12-16 23:41:10 +01:00
parent 7694561121
commit b1221ade64
7 changed files with 10 additions and 11 deletions

View File

@@ -85,8 +85,7 @@ bool CompareBones(const aiMesh* orig, const aiMesh* inst)
aiBone* oha = inst->mBones[i];
if (aha->mNumWeights != oha->mNumWeights ||
aha->mOffsetMatrix != oha->mOffsetMatrix ||
aha->mNumWeights != oha->mNumWeights) {
aha->mOffsetMatrix != oha->mOffsetMatrix) {
return false;
}