applied coding conventions

added check against the known faces
This commit is contained in:
CwTCwT
2018-06-16 15:30:22 +02:00
parent 41bf572af6
commit a96587d551
2 changed files with 2 additions and 2 deletions

View File

@@ -1045,8 +1045,7 @@ void BlenderImporter::ConvertMesh(const Scene& /*in*/, const Object* /*obj*/, co
}
}
}
if (texuv.size())
{
if (texuv.size()) {
matTexUvMappings.insert(std::make_pair(m, texuv));
}
}