[host] dxgi: corrected timeout alteration left behind from debugging

This commit is contained in:
Geoffrey McRae 2017-12-20 04:35:07 +11:00
parent ec6c35010b
commit 2fe800f502

View File

@ -297,7 +297,7 @@ GrabStatus DXGI::GrabFrame(FrameInfo & frame)
} }
} }
status = m_dup->AcquireNextFrame(10000, &frameInfo, &res); status = m_dup->AcquireNextFrame(1000, &frameInfo, &res);
if (status == DXGI_ERROR_WAIT_TIMEOUT) if (status == DXGI_ERROR_WAIT_TIMEOUT)
{ {
if (!m_surfaceMapped) if (!m_surfaceMapped)