Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:03:19 -04:00
parent 7b3a6329a6
commit 64c5b1589b
2 changed files with 2 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ function init(prefix) {
var dx = ox + ev.screenX - mouseDownX;
var dy = oy + ev.screenY - mouseDownY;
console.log(dx, dy);
console.log(ox, oy, dx, dy);
rpl.translate(dx, dy);
ox = rpl.x;
oy = rpl.y;