mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-16 08:04:49 -04:00
⏰ Set pixel diff to 700
This commit is contained in:
parent
07c1068ae0
commit
a92d78754e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ const main = async () => {
|
|||
img2Buff: newFrame,
|
||||
});
|
||||
|
||||
if (!(diff < 1700)) {
|
||||
if (!(diff < 700)) {
|
||||
frames[key] = { buffer: newFrame };
|
||||
} else {
|
||||
breakRendering = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue