mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-01 20:13:39 +00:00
[host] dxgi: corrected timeout alteration left behind from debugging
This commit is contained in:
parent
ec6c35010b
commit
2fe800f502
1 changed files with 1 additions and 1 deletions
|
@ -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 (!m_surfaceMapped)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue