diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_bvh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_bvh.py b/test/test_bvh.py index b90b108..f27348b 100644 --- a/test/test_bvh.py +++ b/test/test_bvh.py @@ -83,7 +83,7 @@ def create_bvh(): nodes['w'][layer] = [ 0x00000001 ] layer_offsets = list(layer_bounds[:-1]) # trim last entry - bvh = BVH(degree=degree, world_coords=world_coords, + bvh = BVH(world_coords=world_coords, nodes=nodes, layer_offsets=layer_offsets) return bvh |