Merge pull request #157 from namuol/master

Typo in WebGLRenderGroup?
This commit is contained in:
Mat Groves 2013-06-14 05:46:53 -07:00
commit 44723f16c0

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;