mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-08-20 09:57:09 +00:00
Properly Disable VSync
This commit is contained in:
parent
6b89993c04
commit
6b3a3fcce2
|
|
@ -667,7 +667,7 @@ void Renderer::Present()
|
||||||
m_bShouldScreenGrabNextFrame = false;
|
m_bShouldScreenGrabNextFrame = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_pSwapChain->Present(1, 0);
|
m_pSwapChain->Present(0, 0);
|
||||||
++presentCount;
|
++presentCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue