Skip to content

Commit 8174647

Browse files
committed
Removed duplicate line
1 parent 0571bc9 commit 8174647

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,6 @@
18561856
color ray_color(const ray& r, const hittable& world, int depth) {
18571857
hit_record rec;
18581858

1859-
18601859
// If we've exceeded the ray bounce limit, no more light is gathered.
18611860
if (depth <= 0)
18621861
return color(0,0,0);

0 commit comments

Comments
 (0)