Increase iteration count in collision resolution test

This commit is contained in:
2026-04-12 02:32:13 +02:00
parent 9c147dfb72
commit 6a07ef226d

View File

@@ -703,13 +703,13 @@ describe("RapierCollisionWorld", () => {
z: -0.4
};
for (let index = 0; index < 14; index += 1) {
for (let index = 0; index < 32; index += 1) {
feetPosition = collisionWorld.resolveFirstPersonMotion(
feetPosition,
{
x: 0,
y: 0,
z: 0.25
z: 0.1
},
runtimeScene.playerCollider
).feetPosition;