mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
removed unnecessary comments
This commit is contained in:
parent
840ea05bae
commit
dd3950a3e3
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@ function _CreateFramebuffer(gl, width, height, scaleMode, textureUnit) {
|
|||
if(fbStatus !== gl.FRAMEBUFFER_COMPLETE) {
|
||||
console.error('Incomplete GL framebuffer. ', _fbErrors[fbStatus]);
|
||||
}
|
||||
// gl.bindTexture(gl.TEXTURE_2D, null);
|
||||
// gl.bindRenderbuffer(gl.RENDERBUFFER, null);
|
||||
// gl.bindFramebuffer(gl.FRAMEBUFFER, null);
|
||||
|
||||
framebuffer.width = width;
|
||||
framebuffer.height = height;
|
||||
framebuffer.targetTexture = colorBuffer;
|
||||
|
|
Loading…
Reference in a new issue