mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
ESLint fix
This commit is contained in:
parent
f79db37cda
commit
5cb2dbc3f8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ var EffectLayer = new Class({
|
|||
{
|
||||
if (this.dstRenderTarget)
|
||||
{
|
||||
this.dstRenderTarget.clearAlpha = alpha;
|
||||
this.dstRenderTarget.clearAlpha = alpha;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue