diff --git a/lights.js b/lights.js index 450cf38..d8f888e 100644 --- a/lights.js +++ b/lights.js @@ -111,6 +111,7 @@ function fade(index) { if (current_tick_r + 1 >= fade_ticks && 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]; }