가대 길이 조건 수정

This commit is contained in:
hyojun.choi 2025-07-02 17:09:01 +09:00
parent 9036502f2d
commit be881b656f

View File

@ -2479,7 +2479,7 @@ export const useTrestle = () => {
// 각도에 따른 길이 반환 // 각도에 따른 길이 반환
function getTrestleLength(length, degree) { function getTrestleLength(length, degree) {
if (roofSizeSet !== 1) { if (+roofSizeSet !== 1) {
// 복시도 입력이 아닌경우 그냥 길이 return // 복시도 입력이 아닌경우 그냥 길이 return
return length return length
} }