From b6d13cbd1f7c5266e73b6c2b3f731bf7d86b0193 Mon Sep 17 00:00:00 2001 From: ShadowLp174 Date: Sun, 23 Jul 2023 23:21:17 +0200 Subject: [PATCH] switched back --- src/util/orderUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/orderUtil.js b/src/util/orderUtil.js index 0b6d77e..1dc3455 100644 --- a/src/util/orderUtil.js +++ b/src/util/orderUtil.js @@ -30,7 +30,7 @@ export function getIncorrectPixels(client) { const black = (currentR === 0 && currentG === 0 && currentB === 0); if ((r === 255 && g === 255 && b === 255) && !black) nonWhiteCount++; - const reset = (((r === 255 && g === 255 && b === 255) && !black)); + //const reset = (((r === 255 && g === 255 && b === 255) && !black)); let priority = getPriority(orderPriority.data[i], orderPriority.data[i + 1], orderPriority.data[i + 2], orderPriority.data[i + 3]); priority += Math.floor(Math.random() * 10_000); // increase randomness