diff --git a/src/pixi/InteractionManager.js b/src/pixi/InteractionManager.js index 1ea5c1f..731cfe1 100644 --- a/src/pixi/InteractionManager.js +++ b/src/pixi/InteractionManager.js @@ -157,7 +157,7 @@ tempPoint.y = a00 * id * global.y + -a10 * id * global.x + (-a12 * a00 + a02 * a10) * id; - var x1 = -item.width * item.anchor.x + var x1 = -item.width * item.anchor.x; if(tempPoint.x > x1 && tempPoint.x < x1 + item.width) {