missed one change for the vulkan in app api capture fix

This commit is contained in:
Jimmy Lee
2019-07-30 10:43:44 -07:00
committed by Baldur Karlsson
parent 7ad303f6ad
commit da289fdbcc
@@ -1027,7 +1027,7 @@ VkResult WrappedVulkan::vkQueueSubmit(VkQueue queue, uint32_t submitCount,
if(present)
{
AdvanceFrame();
Present(LayerDisp(m_Instance), NULL);
Present(m_Instance, NULL);
}
return ret;