diff --git a/public_html/js/Views.js b/public_html/js/Views.js index e71aabc..46ba84a 100644 --- a/public_html/js/Views.js +++ b/public_html/js/Views.js @@ -78,6 +78,7 @@ Views.prototype.background = function (type, name, effect) { this.backgroundType = type; this.backgroundName = name; this.text(""); + this.spritesClear(); var background = ''; if (name.equalsIgnoreCase("black")) {