[host] corrected error in DXGI retry logic

This commit is contained in:
Geoffrey McRae 2017-11-04 11:15:06 +11:00
parent 346f62a48a
commit c18e5a13aa

View File

@ -280,7 +280,7 @@ bool DXGI::GrabFrame(FrameInfo & frame)
DEBUG_ERROR("Failed to ReInitialize after lost access to desktop");
return false;
}
break;
continue;
}
default: