Skip to content

Commit 63ac456

Browse files
committed
Flag swap
1 parent 45bfaea commit 63ac456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/shader/Shader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ var Shader = new Class({
374374
*/
375375
willRender: function (camera)
376376
{
377-
return !(!this.renderToTexture || GameObject.RENDER_MASK !== this.renderFlags || (this.cameraFilter !== 0 && (this.cameraFilter & camera.id)));
377+
return !(this.renderToTexture || GameObject.RENDER_MASK !== this.renderFlags || (this.cameraFilter !== 0 && (this.cameraFilter & camera.id)));
378378
},
379379

380380
/**

0 commit comments

Comments
 (0)