Jshinted code
This commit is contained in:
parent
b45c70574d
commit
f127cfe1ef
8 changed files with 37 additions and 79 deletions
|
@ -109,18 +109,18 @@ PIXI.WebGLShaderManager.prototype.deactivatePrimitiveShader = function()
|
|||
this.setAttribs(this.defaultShader.attributes);
|
||||
};
|
||||
|
||||
PIXI.WebGLShaderManager.prototype.destroy = function(gl)
|
||||
PIXI.WebGLShaderManager.prototype.destroy = function()
|
||||
{
|
||||
this.attribState = null;
|
||||
|
||||
|
||||
this.tempAttribState = null;
|
||||
|
||||
this.primitiveShader.destroy()
|
||||
this.primitiveShader.destroy();
|
||||
|
||||
this.defaultShader.destroy()
|
||||
this.defaultShader.destroy();
|
||||
|
||||
this.fastShader.destroy()
|
||||
this.fastShader.destroy();
|
||||
|
||||
this.gl = null
|
||||
this.gl = null;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue