Disable collision checking for left edge in spline road mesh tests

This commit is contained in:
2026-05-13 04:30:51 +02:00
parent 7e1d558460
commit 125b2c0191

View File

@@ -120,6 +120,7 @@ describe("spline road mesh generation", () => {
edges: {
left: {
enabled: true,
collisionEnabled: false,
kind: "curb",
width: 0.4,
height: 0.2,