형올림내림 시 오류 수정

This commit is contained in:
hyojun.choi 2026-01-13 13:44:29 +09:00
parent 0f481e2933
commit 4fdd7d55d0

View File

@ -174,7 +174,7 @@ export const useLine = () => {
const isDiagonal = !isHorizontal && !isVertical
const lineLength = line.attributes.planeSize ?? line.getLength()
// line.attributes = { ...line.attributes, planeSize: line.getLength(), actualSize: line.getLength() }
line.attributes = { ...line.attributes, planeSize: lineLength, actualSize: lineLength }
if (+roofSizeSet === 1) {
if (direction === 'south' || direction === 'north') {