dev #680

Merged
ysCha merged 220 commits from dev into dev-deploy 2026-03-03 19:58:23 +09:00
Showing only changes of commit 022278a248 - Show all commits

View File

@ -470,7 +470,9 @@ export const skeletonBuilder = (roofId, canvas, textMode) => {
//마루이동 //마루이동
if (moveFlowLine !== 0 || moveUpDown !== 0) { if (moveFlowLine !== 0 || moveUpDown !== 0) {
roofLineContactPoints = movingLineFromSkeleton(roofId, canvas) const movedPoints = movingLineFromSkeleton(roofId, canvas)
roofLineContactPoints = movedPoints
changRoofLinePoints = movedPoints
} }
// changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지) // changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지)