Fix compilation with SINGLE_FLUSH_VALIDATE enabled

This commit is contained in:
baldurk
2021-04-16 11:42:52 +01:00
parent 8591d85c1d
commit 202dc9f14a
@@ -453,7 +453,7 @@ void WrappedVulkan::ReplayQueueSubmit(VkQueue queue, VkSubmitInfo2KHR submitInfo
for(size_t i = 0; i < rerecordedCmds.size(); i++)
{
DoSubmit(queue, submitInfo);
submitInfo.pCommandBuffers++;
submitInfo.pCommandBufferInfos++;
FlushQ();
}