We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79db37 commit 5cb2dbcCopy full SHA for 5cb2dbc
1 file changed
v3/src/gameobjects/effectlayer/EffectLayer.js
@@ -74,7 +74,7 @@ var EffectLayer = new Class({
74
{
75
if (this.dstRenderTarget)
76
77
- this.dstRenderTarget.clearAlpha = alpha;
+ this.dstRenderTarget.clearAlpha = alpha;
78
}
79
},
80
0 commit comments