diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 151b022..0a77d03 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -794,7 +794,7 @@ this._spriteRect.transform.worldTransform = this.transform.worldTransform; this._spriteRect.anchor.set(-rect.x / rect.width, -rect.y / rect.height); - this._spriteRect.onAnchorUpdate(); + this._spriteRect._onAnchorUpdate(); this._spriteRect._renderWebGL(renderer); }