mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-05-10 15:47:21 +00:00
Merge branch 'main' of https://github.com/LCEMP/LCEMP
This commit is contained in:
commit
6e2afbde93
|
|
@ -667,7 +667,7 @@ void Renderer::Present()
|
|||
m_bShouldScreenGrabNextFrame = false;
|
||||
}
|
||||
|
||||
m_pSwapChain->Present(1, 0);
|
||||
m_pSwapChain->Present(0, 0);
|
||||
++presentCount;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue