From 77c3a62d58bf549640618fe911b62317e8a5c351 Mon Sep 17 00:00:00 2001 From: NiiightmareXD Date: Sat, 23 Sep 2023 01:54:22 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20Example=20=F0=9F=92=A5=20=09modified:=20?= =?UTF-8?q?=20=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 995860b..383d420 100644 --- a/README.md +++ b/README.md @@ -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 {