Adjust brush stair step dimensions in test

This commit is contained in:
2026-04-12 02:32:29 +02:00
parent 6a07ef226d
commit 0f4ccab2d6

View File

@@ -670,12 +670,12 @@ describe("RapierCollisionWorld", () => {
id: "brush-stair-step-three",
center: {
x: 0,
y: 0.5,
y: 0.3,
z: 2.5
},
size: {
x: 2,
y: 1,
y: 0.6,
z: 0.8
}
});