Skip to content

Commit 48452d8

Browse files
committed
fixed merging conflict
1 parent 05530fb commit 48452d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TheNextWeek/bvh.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
class bvh_node : public hittable {
2020
public:
21+
bvh_node();
22+
2123
bvh_node(hittable_list& list, double time0, double time1)
2224
: bvh_node(list.objects, 0, list.objects.size(), time0, time1)
2325
{}

0 commit comments

Comments
 (0)