Remove empty for loop

This commit is contained in:
sabrina-shanman 2019-10-11 14:51:48 -07:00
parent 99a2fedd5f
commit 6b46f8e6c4

View file

@ -1082,10 +1082,6 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash&
}
for (int nodeIndex = 0; nodeIndex < numNodes; ++nodeIndex) {
}
int meshCount = _file.meshes.size();
hfmModel.meshes.resize(meshCount);
hfmModel.meshExtents.reset();