fix(physics): hold retail cell across inner retries
This commit is contained in:
parent
67d1e9b331
commit
4ca7230b36
4 changed files with 168 additions and 83 deletions
|
|
@ -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 ────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue