don't correct actual pixel value
This commit is contained in:
parent
2ce9ef22ae
commit
a123db11ec
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue