We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3fea9 commit 0df9212Copy full SHA for 0df9212
src/webgl/p5.RendererGL.js
@@ -1198,7 +1198,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
1198
// It's necessary to restore post-erase state. Needs rework
1199
let temp = this.curBlendMode;
1200
this.blendMode(this._cachedBlendMode);
1201
- this._cachedBlendMode = temp; // If we don't do this, appleBlendMode() returns null
+ this._cachedBlendMode = temp; // If we don't do this, applyBlendMode() returns null
1202
this._isErasing = false;
1203
this._applyBlendMode(); // This sets _cachedBlendMode back to the original blendmode
1204
}
0 commit comments