Corrected some headers and removed the unused TintShader

This commit is contained in:
Mat Groves 2013-12-30 18:47:16 +00:00
parent aaa5190141
commit 3dfb854ae6
3 changed files with 4 additions and 77 deletions

View file

@ -5253,12 +5253,9 @@ PIXI.WebGLRenderer.prototype.handleContextRestored = function()
};
/**
* @author Matt DesLauriers <mattdesl> https://github.com/mattdesl/
*
* Heavily inspired by LibGDX's WebGLMaskManager:
* https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/graphics/g2d/WebGLMaskManager.java
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
PIXI.WebGLMaskManager = function(gl)
{
this.gl = gl;