removed number render offset
This commit is contained in:
parent
5502c3a39f
commit
ad15dc2fb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue