libobs: Correctly handle duplicator failure

This commit is contained in:
Throw
2026-05-21 15:20:57 -04:00
committed by Ryan Foster
parent bd96ff53dd
commit a13632c0d9
+1 -1
View File
@@ -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());