merge file issue
This commit is contained in:
parent
70f8640dbd
commit
aaddd35c42
1 changed files with 2 additions and 9 deletions
|
@ -166,20 +166,13 @@ PIXI.WebGLRenderer.prototype.render = function(stage)
|
|||
{
|
||||
if(this.contextLost)return;
|
||||
|
||||
<<<<<<< HEAD
|
||||
//clear objects left behind by the previous stage
|
||||
if(!this.__stage) this.__stage = stage
|
||||
if(this.__stage && this.__stage !== stage)
|
||||
{
|
||||
this.checkVisibility(this.__stage, false)
|
||||
this.__stage = stage
|
||||
=======
|
||||
|
||||
|
||||
// if rendering a new stage clear the batchs..
|
||||
if(this.__stage !== stage)
|
||||
{
|
||||
if(this.__stage)this.checkVisibility(this.__stage, false)
|
||||
this.__stage = stage;
|
||||
>>>>>>> fix for rendering different stages
|
||||
}
|
||||
|
||||
// update children if need be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue