bryal / dxgcap-rs

Screen capturing with DXGI for Windows in Rust
GNU Affero General Public License v3.0
49 stars 15 forks source link

Fixed issue with unset vector length #8

Closed Kolsky closed 3 years ago

Kolsky commented 3 years ago

Affected by the latest commit. @bryal that's by occasion when I made the latest commit and didn't test properly except, well, tests. Returned vector had length = 0 in case of rotated screen.

bryal commented 3 years ago

:+1: