This commit is contained in:
NOTPIES 2026-03-08 22:13:22 -03:00
commit 6e2afbde93

View file

@ -667,7 +667,7 @@ void Renderer::Present()
m_bShouldScreenGrabNextFrame = false;
}
m_pSwapChain->Present(1, 0);
m_pSwapChain->Present(0, 0);
++presentCount;
}