We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bfaea commit 63ac456Copy full SHA for 63ac456
1 file changed
src/gameobjects/shader/Shader.js
@@ -374,7 +374,7 @@ var Shader = new Class({
374
*/
375
willRender: function (camera)
376
{
377
- return !(!this.renderToTexture || GameObject.RENDER_MASK !== this.renderFlags || (this.cameraFilter !== 0 && (this.cameraFilter & camera.id)));
+ return !(this.renderToTexture || GameObject.RENDER_MASK !== this.renderFlags || (this.cameraFilter !== 0 && (this.cameraFilter & camera.id)));
378
},
379
380
/**
0 commit comments