Skip to content

Commit dd3950a

Browse files
committed
removed unnecessary comments
1 parent 840ea05 commit dd3950a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pixi/renderers/webgl/utils/FilterTexture.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ function _CreateFramebuffer(gl, width, height, scaleMode, textureUnit) {
3636
if(fbStatus !== gl.FRAMEBUFFER_COMPLETE) {
3737
console.error('Incomplete GL framebuffer. ', _fbErrors[fbStatus]);
3838
}
39-
// gl.bindTexture(gl.TEXTURE_2D, null);
40-
// gl.bindRenderbuffer(gl.RENDERBUFFER, null);
41-
// gl.bindFramebuffer(gl.FRAMEBUFFER, null);
42-
4339
framebuffer.width = width;
4440
framebuffer.height = height;
4541
framebuffer.targetTexture = colorBuffer;

0 commit comments

Comments
 (0)