mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +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;
|
||||
|
||||
// We have fewer meshes than before. Invalidate everything
|
||||
if (blendedMeshSizes.length() < _blendshapeBuffers.size()) {
|
||||
if (blendedMeshSizes.length() < (int)_blendshapeBuffers.size()) {
|
||||
_blendshapeBuffers.clear();
|
||||
}
|
||||
|
||||
|
@ -52,4 +52,4 @@ void MetaModelPayload::setBlendedVertices(int blendNumber, const QVector<Blendsh
|
|||
});
|
||||
}
|
||||
AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue