From 04e1c6018992dcb92f59b169214b932857a8f77f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 25 Jan 2024 22:08:50 -0700 Subject: [PATCH] Skip frames in application again --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index f6ee7c4..e7de48d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -309,8 +309,6 @@ impl Application for App { } // Frame is ready to be shown video_frame_opt = Some(video_frame); - //TODO: allow skipping? - break; } else { // Put frame back and exit loop video_frames.push_front(video_frame);