한쪽흐름인 경우 설치면 이상 수정 #158

Merged
ysCha merged 1 commits from dev into prd-deploy 2025-06-26 14:09:07 +09:00
Showing only changes of commit adaa25dd53 - Show all commits

View File

@ -1146,7 +1146,7 @@ export const usePolygon = () => {
defense = 'south'
break
}
pitch = polygon.lines[index]?.attributes?.pitch ?? 0
pitch = polygon.lines[index]?.attributes?.pitch ?? representLine?.attributes?.pitch ?? 0
const roof = new QPolygon(roofPoint, {
fontSize: polygon.fontSize,