fix(physics): validate retail cell containment roots
This commit is contained in:
parent
7716c2ee89
commit
3e0f3b6206
23 changed files with 429 additions and 197 deletions
|
|
@ -879,6 +879,13 @@ public sealed class LandblockPhysicsPublisherTests
|
|||
{
|
||||
[0] = new Polygon { VertexIds = [0, 1, 2] },
|
||||
},
|
||||
CellBSP = new CellBSPTree
|
||||
{
|
||||
Root = new CellBSPNode
|
||||
{
|
||||
Type = DatReaderWriter.Enums.BSPNodeType.Leaf,
|
||||
},
|
||||
},
|
||||
};
|
||||
var environment = new DatReaderWriter.DBObjs.Environment
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue