Skip to content

Commit

Permalink
Correctly handle different modes
Browse files Browse the repository at this point in the history
  • Loading branch information
MonoS authored Jan 6, 2021
1 parent 74e7622 commit 739e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down

0 comments on commit 739e429

Please sign in to comment.