fixed wording in body part verifier

deque
Marc Zinnschlag 11 years ago
parent 4d2bdda22f
commit 0b3e2775a0

@ -44,7 +44,7 @@ void CSMTools::BodyPartCheckStage::perform ( int stage, Messages &messages )
if ( bodyPart.mModel.empty() )
messages.push_back(std::make_pair( id, bodyPart.mId + " has no model." ));
else if ( mMeshes.searchId( bodyPart.mModel ) == -1 )
messages.push_back(std::make_pair( id, bodyPart.mId + " has unreferenced model." ));
messages.push_back(std::make_pair( id, bodyPart.mId + " has invalid model." ));
// Check FNAM

Loading…
Cancel
Save