Overhaul UI code to make it more flexible and less redrawing, little hierarchy framework
[SugarCubes.git] / MarkSlee.pde
index a67f719de99eadc90367791df291c75149e682d9..adc86d078e298deedf1c8ba2875676a7671cbbff 100644 (file)
@@ -720,6 +720,9 @@ class ColorFuckerEffect extends SCEffect {
   }
   
   public void doApply(int[] colors) {
+    if (!enabled) {
+      return;
+    }
     float bMod = bright.getValuef();
     float sMod = sat.getValuef();
     float hMod = hueShift.getValuef();