View Single Post
09-14-16, 11:49 PM   #7
elcius
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Sep 2011
Posts: 75
woops,
Code:
local worldx, worldy = x2+(x1-x2)*px, y2+(y1-y2)*py;
is correct, i forgot they put the top-left offset 2nd.
  Reply With Quote