Skip to content

Commit 5cb2dbc

Browse files
committed
ESLint fix
1 parent f79db37 commit 5cb2dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/gameobjects/effectlayer/EffectLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var EffectLayer = new Class({
7474
{
7575
if (this.dstRenderTarget)
7676
{
77-
this.dstRenderTarget.clearAlpha = alpha;
77+
this.dstRenderTarget.clearAlpha = alpha;
7878
}
7979
},
8080

0 commit comments

Comments
 (0)