This commit is contained in:
Robert Krawczyk 2021-03-12 23:31:22 +01:00
parent f2c53b9735
commit 2001b94945
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ HRESULT MainContext::SetViewport(IDirect3DDevice9* pIDirect3DDevice9, CONST D3DV
if (pViewport)
{
D3DVIEWPORT9* vp = const_cast<D3DVIEWPORT9*>(pViewport);
if (pViewport->Width > 1280 && pViewport->Height > 720)
if (pViewport->Width > 1920 && pViewport->Height > 1080)
{
vp->Width--;
vp->X++;