Removing unecessary test

This commit is contained in:
samcake 2017-11-02 18:11:13 -07:00
parent 83bfa1c5f2
commit d33c75865e

View file

@ -218,9 +218,6 @@ void Model::updateRenderItems() {
_needsUpdateClusterMatrices = true;
_renderItemsNeedUpdate = false;
if (_modelMeshRenderItemIDs.size() != _meshStates.size()) {
return;
}
// queue up this work for later processing, at the end of update and just before rendering.
// the application will ensure only the last lambda is actually invoked.