diff --git a/src/core/sprites/Sprite.js b/src/core/sprites/Sprite.js index da3c609..4dc005a 100644 --- a/src/core/sprites/Sprite.js +++ b/src/core/sprites/Sprite.js @@ -37,7 +37,7 @@ * @member {PIXI.ObservablePoint} * @private */ - this._anchor = new ObservablePoint(this.onAnchorUpdate, this); + this._anchor = new ObservablePoint(this._onAnchorUpdate, this); /** * The texture that the sprite is using