Revert "missed one change for the vulkan in app api capture fix"

This reverts commit da289fdbcc.
This commit is contained in:
baldurk
2019-09-02 14:02:04 +01:00
parent 8246c01198
commit 16dd362db1
@@ -1027,7 +1027,7 @@ VkResult WrappedVulkan::vkQueueSubmit(VkQueue queue, uint32_t submitCount,
if(present)
{
AdvanceFrame();
Present(m_Instance, NULL);
Present(LayerDisp(m_Instance), NULL);
}
return ret;