swapChildren and getChildAt function added to DisplayObjectContainer
docs updated
This commit is contained in:
parent
760e0a5c56
commit
4dda5d1c18
22 changed files with 1940 additions and 43 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue