Corrected some headers and removed the unused TintShader
This commit is contained in:
parent
aaa5190141
commit
3dfb854ae6
3 changed files with 4 additions and 77 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue