diff --git a/src/pixi/InteractionData.js b/src/pixi/InteractionData.js index 909fcbe..9274ad1 100644 --- a/src/pixi/InteractionData.js +++ b/src/pixi/InteractionData.js @@ -18,9 +18,7 @@ */ this.global = new PIXI.Point(); - // this is here for legacy... but will remove - this.local = new PIXI.Point(); - + /** * The target Sprite that was interacted with *