Fix blur settings

master
William Toohey 10 years ago
parent e5c01801d3
commit 91d9e3f74b
  1. 1
      js/HuesCanvas.js

@ -28,6 +28,7 @@ function HuesCanvas(element, aContext, core) {
core.addEventListener("newimage", this.setImage.bind(this)); core.addEventListener("newimage", this.setImage.bind(this));
core.addEventListener("newcolour", this.setColour.bind(this)); core.addEventListener("newcolour", this.setColour.bind(this));
core.addEventListener("beat", this.beat.bind(this)); core.addEventListener("beat", this.beat.bind(this));
core.addEventListener("settingsupdated", this.settingsUpdated.bind(this));
this.core = core; this.core = core;
this.needsRedraw = false; this.needsRedraw = false;

Loading…
Cancel
Save