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 {