중복된 마루 제거

This commit is contained in:
Jaeyoung Lee 2025-03-18 09:36:48 +09:00
parent 10c2668a67
commit 2537240bb0

View File

@ -2629,6 +2629,7 @@ export const drawRidgeRoof = (roofId, canvas, textMode) => {
if (index !== -1) {
baseRidgeLines.splice(index, 1)
}
canvas.remove(duplicateLine)
})
}
})