diff --git a/build/litegraph.js b/build/litegraph.js index ec93794859..918c6e87c1 100644 --- a/build/litegraph.js +++ b/build/litegraph.js @@ -4506,7 +4506,7 @@ LGraphCanvas.prototype.drawBackCanvas = function() //render BG if(this.background_image && this.scale > 0.5) { - if (zoom_modify_alpha) + if (this.zoom_modify_alpha) ctx.globalAlpha = (1.0 - 0.5 / this.scale) * this.editor_alpha; else ctx.globalAlpha = this.editor_alpha;