From a92d78754e0545074bd987b17fc2976cc94cb6c0 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 30 Aug 2020 12:49:12 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B0=20Set=20pixel=20diff=20to=20700?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 78602bb..291bc30 100644 --- a/src/index.ts +++ b/src/index.ts @@ -100,7 +100,7 @@ const main = async () => { img2Buff: newFrame, }); - if (!(diff < 1700)) { + if (!(diff < 700)) { frames[key] = { buffer: newFrame }; } else { breakRendering = true;