less load

This commit is contained in:
sandb 2009-12-30 12:19:31 +01:00
parent 515d949f75
commit fbca3e4c0d

View File

@ -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() {