Skip to content

Commit

Permalink
Fixed #119 #135 : revert patch to input.js since as not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Oct 18, 2012
1 parent 0fd9dd6 commit a216f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
if (handler.floating===false) {
var v = {x: x + vpos.x - map_pos.x, y: y + vpos.y - map_pos.y };
} else {
var v = {x: x - map_pos.x, y: y - map_pos.y};
var v = {x: x, y: y};
}
// call the defined handler
if ((handler.rect === null) || handler.rect.containsPoint(v)) {
Expand Down

0 comments on commit a216f8e

Please sign in to comment.