Formatting.

This commit is contained in:
Kevin Ring 2021-11-22 09:02:22 +11:00
parent eb8d3dcc88
commit f3b2dc7d54
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ void copyDecodedAttribute(
Model& model = readModel.model.value();
if (pAccessor->count != pMesh->num_points()) {
readModel.warnings.emplace_back(
"Attribute accessor.count doesn't match with number of decoded Draco vertices.");
readModel.warnings.emplace_back("Attribute accessor.count doesn't match "
"with number of decoded Draco vertices.");
pAccessor->count = pMesh->num_points();
}