Fix whiteouts changing image

master
William Toohey 10 years ago
parent df6c55e2fc
commit 06d411ae7e
  1. 2
      src/js/HuesCore.js

@ -690,7 +690,7 @@ HuesCore.prototype.beater = function(beat) {
if ([".", "+", "|", "¤"].indexOf(beat) == -1) { if ([".", "+", "|", "¤"].indexOf(beat) == -1) {
this.renderer.clearBlackout(); this.renderer.clearBlackout();
} }
if([".", "+", ":", "*", "X", "O", "~", "=", "i", "I"].indexOf(beat) == -1) { if([".", "+", "¤", ":", "*", "X", "O", "~", "=", "i", "I"].indexOf(beat) == -1) {
this.randomColour(); this.randomColour();
if (this.isFullAuto) { if (this.isFullAuto) {
this.randomImage(); this.randomImage();

Loading…
Cancel
Save