Merge pull request '[1506] 동,현이동 sk 문제' (#667) from dev into dev-deploy
Reviewed-on: #667
This commit is contained in:
commit
6b1ddece72
@ -470,7 +470,9 @@ export const skeletonBuilder = (roofId, canvas, textMode) => {
|
||||
|
||||
//마루이동
|
||||
if (moveFlowLine !== 0 || moveUpDown !== 0) {
|
||||
roofLineContactPoints = movingLineFromSkeleton(roofId, canvas)
|
||||
const movedPoints = movingLineFromSkeleton(roofId, canvas)
|
||||
roofLineContactPoints = movedPoints
|
||||
changRoofLinePoints = movedPoints
|
||||
}
|
||||
|
||||
// changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user