반대
This commit is contained in:
parent
bdcacd5542
commit
bcc91e7609
@ -234,16 +234,16 @@ export function useRoofShapeSetting(id) {
|
|||||||
|
|
||||||
switch (line.direction) {
|
switch (line.direction) {
|
||||||
case 'bottom':
|
case 'bottom':
|
||||||
direction = 'west'
|
|
||||||
break
|
|
||||||
case 'top':
|
|
||||||
direction = 'east'
|
direction = 'east'
|
||||||
break
|
break
|
||||||
|
case 'top':
|
||||||
|
direction = 'west'
|
||||||
|
break
|
||||||
case 'left':
|
case 'left':
|
||||||
direction = 'north'
|
direction = 'south'
|
||||||
break
|
break
|
||||||
case 'right':
|
case 'right':
|
||||||
direction = 'south'
|
direction = 'north'
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user