mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +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");
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user