Skip to content

Commit

Permalink
Merge pull request #4 from mrchipset/bug_fix_flicker-(MathewSachin#552)
Browse files Browse the repository at this point in the history
BUG: fix DuplCapture flicker mentioned in (MathewSachin#552)
mrchipset authored Jun 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 7cbcc36 + 6fbf966 commit e8de39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Captura.Windows/DesktopDuplication/DuplCapture.cs
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ public bool Get(Texture2D Texture, DxMousePointer DxMousePointer, Point TargetPo
0,
TargetPosition.X, TargetPosition.Y);

return true;
return false;
}

if (acquireResult.Result.Failure)

0 comments on commit e8de39b

Please sign in to comment.