From a123db11ec011afbc1d80a95b0af3b344e5c903f Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Wed, 26 May 2021 12:20:50 -0400 Subject: [PATCH] don't correct actual pixel value --- lights.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lights.js b/lights.js index 1d58444..16b2140 100644 --- a/lights.js +++ b/lights.js @@ -115,7 +115,6 @@ function fade(index) { current_tick_g + 1 >= fade_ticks && current_tick_b + 1 >= fade_ticks) { console.log("FINISHED"); - pixels[index] = next_pattern[index]; pixel_cache[index] = next_pattern[index]; } else {