mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[host] corrected error in DXGI retry logic
This commit is contained in:
parent
346f62a48a
commit
c18e5a13aa
@ -280,7 +280,7 @@ bool DXGI::GrabFrame(FrameInfo & frame)
|
|||||||
DEBUG_ERROR("Failed to ReInitialize after lost access to desktop");
|
DEBUG_ERROR("Failed to ReInitialize after lost access to desktop");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user