diff --git a/static/galene.js b/static/galene.js index 6d9eb12..5a271c4 100644 --- a/static/galene.js +++ b/static/galene.js @@ -1212,6 +1212,7 @@ Filter.prototype.draw = async function() { }); if(frameRate && frameRate != this.frameRate) { clearInterval(this.timer); + this.frameRate = frameRate; this.timer = setInterval(() => this.draw(), 1000 / this.frameRate); } }