Skip to content

Commit

Permalink
Fix Example 💥
Browse files Browse the repository at this point in the history
	modified:   README.md
  • Loading branch information
NiiightmareXD committed Sep 23, 2023
1 parent adb9932 commit 77c3a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl WindowsCaptureHandler for Capture {
}
}

fn on_frame_arrived(&mut self, _frame: Frame) {
fn on_frame_arrived(&mut self, _frame: &Frame) {
self.fps += 1;

if self.last_output.elapsed().as_secs() >= 1 {
Expand Down

0 comments on commit 77c3a62

Please sign in to comment.