mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
libobs: Correctly handle duplicator failure
This commit is contained in:
@@ -269,7 +269,7 @@ EXPORT bool gs_duplicator_update_frame(gs_duplicator_t *d)
|
||||
"gs_duplicator_update_frame: Failed to update "
|
||||
"frame (%08lX)",
|
||||
hr);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
hr = res->QueryInterface(__uuidof(ID3D11Texture2D), (void **)tex.Assign());
|
||||
|
||||
Reference in New Issue
Block a user