From 2e7b50533d03c2dc340ceaedf95e1c2b980bde81 Mon Sep 17 00:00:00 2001 From: Max Slater <mjslater@andrew.cmu.edu> Date: Wed, 1 Sep 2021 15:52:17 -0400 Subject: [PATCH] Update bvh.inl --- src/student/bvh.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/student/bvh.inl b/src/student/bvh.inl index fc4ebdc..a92d666 100644 --- a/src/student/bvh.inl +++ b/src/student/bvh.inl @@ -27,7 +27,6 @@ void BVH<Primitive>::build(std::vector<Primitive>&& prims, size_t max_leaf_size) // to create a new node, don't allocate one yourself - use BVH::new_node, which // returns the index of a newly added node. - assert(false); // Keep these nodes.clear(); primitives = std::move(prims); -- GitLab