diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 6c85ac0..40fcb2a 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -678,7 +678,7 @@ PIXI.DisplayObject._tempMatrix.tx = -bounds.x; PIXI.DisplayObject._tempMatrix.ty = -bounds.y; - this._cachedSprite.texture.render(this, PIXI.DisplayObject._tempMatrix ); + this._cachedSprite.texture.render(this, PIXI.DisplayObject._tempMatrix, true); this._cachedSprite.anchor.x = -( bounds.x / bounds.width ); this._cachedSprite.anchor.y = -( bounds.y / bounds.height );