mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:56:25 +02:00
FIX BUILD ERRORS?
This commit is contained in:
parent
6ed38ea333
commit
2421f9388c
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ void MetaModelPayload::setBlendedVertices(int blendNumber, const QVector<Blendsh
|
||||||
_appliedBlendNumber = blendNumber;
|
_appliedBlendNumber = blendNumber;
|
||||||
|
|
||||||
// We have fewer meshes than before. Invalidate everything
|
// We have fewer meshes than before. Invalidate everything
|
||||||
if (blendedMeshSizes.length() < _blendshapeBuffers.size()) {
|
if (blendedMeshSizes.length() < (int)_blendshapeBuffers.size()) {
|
||||||
_blendshapeBuffers.clear();
|
_blendshapeBuffers.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,4 +52,4 @@ void MetaModelPayload::setBlendedVertices(int blendNumber, const QVector<Blendsh
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction);
|
AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue