Skip to content

Commit

Permalink
Update ANIMartRIX.h
Browse files Browse the repository at this point in the history
reset ordering of params in water
  • Loading branch information
netmindz authored Oct 21, 2023
1 parent 8fd0df3 commit eaa27af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ANIMartRIX.h
Original file line number Diff line number Diff line change
Expand Up @@ -3189,9 +3189,9 @@ void Water() {

//pixel.red = show2;

pixel.blue = (0.7*show2+0.6*show3+0.5*show4);
pixel.red = pixel.blue-40;
pixel.green = 0;
pixel.blue = (0.7*show2+0.6*show3+0.5*show4);
//pixel.red = radial*show3;
//pixel.green = 0.9*radial*show4;

Expand Down

0 comments on commit eaa27af

Please sign in to comment.