From 739e42975729ddbdc740fcf0da733649eeee4b7d Mon Sep 17 00:00:00 2001 From: MonoS Date: Thu, 7 Jan 2021 00:36:12 +0100 Subject: [PATCH] Correctly handle different modes --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b90e14d..0634a20 100644 --- a/main.cpp +++ b/main.cpp @@ -318,7 +318,7 @@ int main(int32_t argc, char** argv) } fread(buffer, size, 1, input); - if(delay != 0){ + if(doDelay || doCrop || doResync){ size_t start = 0; t_rect screenRect = {};