Skip to content

Commit

Permalink
Removed this.local in InteractionData fixes pixijs#654
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed Apr 11, 2014
1 parent 75cea8d commit a5c830c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pixi/InteractionData.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ PIXI.InteractionData = function()
*/
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
*
Expand Down

0 comments on commit a5c830c

Please sign in to comment.