Fix hlwn vignette invert

master
William Toohey 10 years ago
parent 6446697bfe
commit 171cd9128b
  1. 2
      src/js/HuesUI.js

@ -1027,6 +1027,8 @@ HalloweenUI.prototype.initUI = function() {
this.vignette = document.createElement("div");
this.vignette.className = "hues-h-vignette";
this.root.appendChild(this.vignette);
this.addCoreCallback("invert", this.invert.bind(this));
}
HalloweenUI.prototype.beat = function(beats, index) {

Loading…
Cancel
Save