don't correct actual pixel value

This commit is contained in:
jane 2021-05-26 12:20:50 -04:00
parent 2ce9ef22ae
commit a123db11ec
1 changed files with 0 additions and 1 deletions

View File

@ -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 {