removed number render offset

This commit is contained in:
lengstrom 2014-05-26 13:18:10 -04:00
parent 5502c3a39f
commit ad15dc2fb7

View file

@ -170,7 +170,7 @@ function findCenterOfBlocks(arr) {
return {
x:trueCanvas.width/2 + Math.cos(avgAngle * (Math.PI / 180)) * avgDFH,
y:trueCanvas.height/2 + Math.sin(avgAngle * (Math.PI / 180)) * avgDFH + arr[0].height * 1.5
y:trueCanvas.height/2 + Math.sin(avgAngle * (Math.PI / 180)) * avgDFH
}
}