Cleanup door mounts, noticed space leak when no debug-display paths
This commit is contained in:
@@ -116,8 +116,7 @@ liShape wallpos (V3 x y z) =
|
||||
turnpos = V2 x y +.+ n
|
||||
|
||||
aShape :: Point2 -> Point3 -> Shape
|
||||
aShape wallpos (V3 x y z) =
|
||||
girder (z + 2) 20 10 pout wallpos
|
||||
aShape wallpos (V3 x y z) = girder (z + 2) 20 10 pout wallpos
|
||||
where
|
||||
pout = V2 x y -.- 2 *.* squashNormalizeV (V2 x y -.- wallpos)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user