mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 01:37:02 +02:00
Remove empty for loop
This commit is contained in:
parent
99a2fedd5f
commit
6b46f8e6c4
1 changed files with 0 additions and 4 deletions
|
@ -1082,10 +1082,6 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash&
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
for (int nodeIndex = 0; nodeIndex < numNodes; ++nodeIndex) {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int meshCount = _file.meshes.size();
|
int meshCount = _file.meshes.size();
|
||||||
hfmModel.meshes.resize(meshCount);
|
hfmModel.meshes.resize(meshCount);
|
||||||
hfmModel.meshExtents.reset();
|
hfmModel.meshExtents.reset();
|
||||||
|
|
Loading…
Reference in a new issue