Fix unused variable warning

This commit is contained in:
baldurk
2022-06-14 20:38:43 +01:00
parent 7142bf16e0
commit 85af87c231
@@ -914,8 +914,6 @@ void WrappedVulkan::HandlePresent(VkQueue queue, const VkPresentInfoKHR *pPresen
DeviceOwnedWindow devWnd(LayerDisp(m_Instance), swapInfo.wndHandle);
const bool activeWindow = RenderDoc::Inst().IsActiveWindow(devWnd);
// need to record which image was last flipped so we can get the correct backbuffer
// for a thumbnail in EndFrameCapture
swapInfo.lastPresent.imageIndex = imgIndex;