diff --git a/src/core/display/DisplayObject.js b/src/core/display/DisplayObject.js index 34f5e56..a8a28f8 100644 --- a/src/core/display/DisplayObject.js +++ b/src/core/display/DisplayObject.js @@ -432,7 +432,7 @@ rect = this._localBoundsRect; } - var bounds = this.getBounds(rect); + var bounds = this.getBounds(false, rect); this.parent = parentRef; this.transform = transformRef;