sdasd# Please enter the commit message for your changes. Lines starting

This commit is contained in:
jane 2021-05-26 12:13:31 -04:00
parent 7ec822a116
commit a24ea4d300
1 changed files with 1 additions and 0 deletions

View File

@ -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];
}