mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Remove unused variable
This commit is contained in:
parent
b4c50b3f48
commit
f773bdeca2
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ void CollectShapeVerticesTask::run(const baker::BakeContextPointer& context, con
|
|||
vertexSources.push_back(vertexSource);
|
||||
auto& shapeVertices = shapeVerticesPerJoint[jointIndex];
|
||||
|
||||
const uint16_t deformerIndex = dynamicTransform.deformers[j];
|
||||
const auto& mesh = meshes[shape.mesh];
|
||||
const auto& vertices = mesh.vertices;
|
||||
const auto& reweightedDeformer = reweightedDeformers[shape.mesh];
|
||||
|
|
Loading…
Reference in a new issue