처마커버 설치된 모듈 좌우에 아무것도 없을 경우 2개 추가
This commit is contained in:
parent
5efddf60af
commit
926bd84b6e
@ -2354,6 +2354,9 @@ export const useTrestle = () => {
|
||||
if ((rightModule && !leftModule) || (!rightModule && leftModule)) {
|
||||
// 둘중 하나가 없는경우는 처마커버 노출 추가
|
||||
moduleRowResultData.exposedSideEavesCnt++
|
||||
} else if (!rightModule && !leftModule) {
|
||||
// 양쪽 둘다 없는경우는 처마커버 노출 2개 추가
|
||||
moduleRowResultData.exposedSideEavesCnt += 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user