Skip to content

Commit 53921b9

Browse files
committed
Minor bugfix, update examples submodule pointer
1 parent 357829e commit 53921b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/nbl/video/ILogicalDevice.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ bool ILogicalDevice::updateDescriptorSets(const std::span<const IGPUDescriptorSe
473473
return false;
474474
}
475475
outCategory++;
476-
i++;
477476
}
478477

479478
core::vector<IGPUDescriptorSet::SCopyValidationResult> copyValidationResults(descriptorCopies.size());
@@ -490,7 +489,6 @@ bool ILogicalDevice::updateDescriptorSets(const std::span<const IGPUDescriptorSe
490489
copyValidationResults[i] = dstDS->validateCopy(copy);
491490
if (asset::IDescriptor::E_TYPE::ET_COUNT == copyValidationResults[i].type)
492491
return false;
493-
i++;
494492
}
495493

496494
for (auto i=0; i<descriptorWrites.size(); i++)

0 commit comments

Comments
 (0)