diff --git a/src/pixi/display/DisplayObject.js b/src/pixi/display/DisplayObject.js index 17a9c54..b836cd6 100755 --- a/src/pixi/display/DisplayObject.js +++ b/src/pixi/display/DisplayObject.js @@ -676,7 +676,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 );