Removed unused variable PIXI.WebGLRenderer.gl
This commit is contained in:
parent
556c292842
commit
12c4b87b33
1 changed files with 0 additions and 2 deletions
|
@ -107,8 +107,6 @@ PIXI.WebGLRenderer = function(width, height, view, transparent, antialias)
|
|||
|
||||
gl.useProgram(this.shaderManager.defaultShader.program);
|
||||
|
||||
PIXI.WebGLRenderer.gl = gl;
|
||||
|
||||
gl.disable(gl.DEPTH_TEST);
|
||||
gl.disable(gl.CULL_FACE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue