mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
Remove unused variable.
This commit is contained in:
parent
1b9444cb39
commit
4666c736d8
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ FBXGeometry extractFBXGeometry(const FBXNode& node) {
|
|||
// as a temporary hack, put the mesh with the most blendshapes on top; assume it to be the face
|
||||
FBXGeometry geometry;
|
||||
int mostBlendshapes = 0;
|
||||
int mostBlendshapesIndex = 0;
|
||||
foreach (const FBXMesh& mesh, meshes) {
|
||||
if (mesh.blendshapes.size() > mostBlendshapes) {
|
||||
geometry.meshes.prepend(mesh);
|
||||
|
|
Loading…
Reference in a new issue