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 492e1fe commit 687130cCopy full SHA for 687130c
src/RenderWebGL.js
@@ -752,7 +752,7 @@ class RenderWebGL extends EventEmitter {
752
const color = __touchingColor;
753
const hasMask = Boolean(mask3b);
754
755
- // "touching color" ignores ghost effect
+ // Masked drawable ignores ghost effect
756
const effectMask = ~ShaderManager.EFFECT_INFO.ghost.mask;
757
758
// Scratch Space - +y is top
0 commit comments