@quake2ts/test-utils 0.0.825 → 0.0.828

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -588,7 +588,8 @@ function createTestBspMap(options = {}) {
588
588
  mins: [-1e3, -1e3, -1e3],
589
589
  maxs: [1e3, 1e3, 1e3],
590
590
  origin: [0, 0, 0],
591
- headNode: 0,
591
+ headNode: -1,
592
+ // -1 points to Leaf 0 (implied, assuming simple map)
592
593
  firstFace: 0,
593
594
  numFaces: faces.length
594
595
  }];