fix(physics): hold retail cell across inner retries

This commit is contained in:
Erik 2026-07-31 12:40:50 +02:00
parent 67d1e9b331
commit 4ca7230b36
4 changed files with 168 additions and 83 deletions

View file

@ -292,7 +292,7 @@ public class IndoorContactPlaneRetentionTests
t.SpherePath.SetCheckPos(newPos, IndoorCellId);
// Simulate FindEnvCollisions as the physics loop calls it.
t.FindEnvCollisions(engine);
t.FindEnvCollisions(engine, IndoorCellId);
}
// ── Assert ────────────────────────────────────────────────────────────