KSP-RO / ProceduralParts

A continuation of StretchySRBs, which is a continuation of StretchyTanks
72 stars 79 forks source link

Pass non-zero length to node translation from truss shape #331

Closed StonesmileGit closed 1 year ago

StonesmileGit commented 1 year ago

Current use of y > 0 causes issues with the truss, which can be set to 0 length, resulting in the top node being stuck at the bottom. Preventing a truss length of 0 to be passed to the method fixes this. Fixes #330