mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[host] dxgi: corrected timeout alteration left behind from debugging
This commit is contained in:
parent
ec6c35010b
commit
2fe800f502
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user