diff --git a/js/pamela.js b/js/pamela.js index 98fd0d5..d7e567d 100644 --- a/js/pamela.js +++ b/js/pamela.js @@ -126,7 +126,7 @@ Pamela.prototype.mouseclick = function(event) { Pamela.prototype.fire = function() { if (!this.play) return; var self = this; - this.timer = setTimeout(function() { self.draw(); }, 10); + this.timer = setTimeout(function() { self.draw(); }, 50); }; Pamela.prototype.stop = function() {