@willcgage/module-schematic 0.45.0 → 0.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1356,7 +1356,7 @@ function deriveEndplatePoses(geo) {
1356
1356
  trackOffsets: offsetsFor(cfg(0), half)
1357
1357
  })
1358
1358
  );
1359
- const noB = geo.geometryType === "dead_end";
1359
+ const noB = geo.geometryType === "dead_end" || geo.loop === true;
1360
1360
  const end = sectionedEndPose({ sections: geo.sections });
1361
1361
  if (!noB && end) {
1362
1362
  poses.push(