webGLrender frame update

This commit is contained in:
Mat Groves 2013-04-22 00:08:16 +01:00
parent 0dd7879da4
commit 7933cadb77
12 changed files with 12 additions and 12 deletions

View file

@ -3273,7 +3273,7 @@ PIXI.WebGLBatch.prototype.update = function()
this.verticies[index + 6] = a * w1 + c * h0 + tx;
this.verticies[index + 7] = d * h0 + b * w1 + ty;
if(displayObject.updateFrame)// || displayObject.texture.updateFrame)
if(displayObject.updateFrame || displayObject.texture.updateFrame)
{
this.dirtyUVS = true;