sdasd# Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
7ec822a116
commit
a24ea4d300
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue