Overhaul UI code to make it more flexible and less redrawing, little hierarchy framework
[SugarCubes.git] / MarkSlee.pde
old mode 100755 (executable)
new mode 100644 (file)
index a67f719..adc86d0
@@ -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();