swapChildren and getChildAt function added to DisplayObjectContainer

docs updated
This commit is contained in:
Mat Groves 2013-04-20 16:55:40 +01:00
parent 760e0a5c56
commit 4dda5d1c18
22 changed files with 1940 additions and 43 deletions

View file

@ -288,8 +288,7 @@ PIXI.WebGLRenderer.prototype.render = function(stage)
{
if(this.contextLost)return;
// if rendering a new stage clear the batchs..
if(this.__stage !== stage)
{
@ -305,6 +304,7 @@ PIXI.WebGLRenderer.prototype.render = function(stage)
}
// update any textures
for (var i=0; i < PIXI.texturesToUpdate.length; i++) this.updateTexture(PIXI.texturesToUpdate[i]);