Browse Source

fix: brokencolorrot now properly named in active effec list

master
Victor Giers 1 year ago
parent
commit
adf84a3716
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      effects.pde

+ 1
- 1
effects.pde View File

@@ -1616,7 +1616,7 @@ class BROKENCOLORROT extends Shader {
int spawnT;
float h, s, b;
BROKENCOLORROT() {
name = "fxHSB";
name = "fxBrokenColorRot";

params.add(new Param("hue", INTVAL, 0, 255, new int[]{SAWTOOTH, TRIANG, SINE, TAN, TANINVERSE, RAMPUPDOWN, RAMP, RAMPINVERSE}));
params.add(new Param("saturation", INTVAL, 0, 255, new int[]{SAWTOOTH, TRIANG, SINE, TAN, TANINVERSE, RAMPUPDOWN, RAMP, RAMPINVERSE}));

Loading…
Cancel
Save