Skip to content

Commit

Permalink
a line got lost in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DedeHai committed May 7, 2024
1 parent 6aa1ead commit 99b7384
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wled00/FXparticleSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1540,5 +1540,8 @@ void blur2D(CRGB **colorbuffer, uint32_t xsize, uint32_t ysize, uint32_t xblur,
}
fast_color_add(colorbuffer[x][ysize-1], carryover); // set last pixel
}
}}
}

#endif // WLED_DISABLE_PARTICLESYSTEM


0 comments on commit 99b7384

Please sign in to comment.