Skip to content

Commit 9ef88f0

Browse files
committed
Dont use support if rim is 0
1 parent 8216d00 commit 9ef88f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/HighwayTools.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ object HighwayTools : Module(
167167
1,
168168
).associateWith { target(pavement, pavementMaterial) }
169169

170-
if (cornerBlock == Corner.None) {
170+
if (cornerBlock == Corner.None && rimHeight > 0) {
171171
// Support for the left rim
172172
structure += generateDirectionalTube(
173173
orthogonal,

0 commit comments

Comments
 (0)