less load
This commit is contained in:
parent
515d949f75
commit
fbca3e4c0d
|
@ -126,7 +126,7 @@ Pamela.prototype.mouseclick = function(event) {
|
||||||
Pamela.prototype.fire = function() {
|
Pamela.prototype.fire = function() {
|
||||||
if (!this.play) return;
|
if (!this.play) return;
|
||||||
var self = this;
|
var self = this;
|
||||||
this.timer = setTimeout(function() { self.draw(); }, 10);
|
this.timer = setTimeout(function() { self.draw(); }, 50);
|
||||||
};
|
};
|
||||||
|
|
||||||
Pamela.prototype.stop = function() {
|
Pamela.prototype.stop = function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user