Typo in WebGLRenderGroup?

This commit is contained in:
Louis Acresti 2013-06-06 01:11:27 -03:00
parent ca1750532a
commit a3ec934973

View file

@ -781,7 +781,7 @@ PIXI.WebGLRenderGroup.prototype.renderTilingSprite = function(sprite, projection
/**
* @private
*/
PIXI.WebGLRenderer.prototype.initStrip = function(strip)
PIXI.WebGLRenderGroup.prototype.initStrip = function(strip)
{
// build the strip!
var gl = this.gl;