Skip to content

Commit b11548c

Browse files
committed
[Book 3] Remove highlights for empty lines in listing 6
Addresses follow-up comments on PR #1400
1 parent b2206cb commit b11548c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,8 @@
347347
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++ highlight
348348
sqrt_spp = int(sqrt(samples_per_pixel));
349349
recip_sqrt_spp = 1.0 / sqrt_spp;
350-
351-
352350
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
351+
353352
// Calculate the u,v,w unit basis vectors for the camera coordinate frame.
354353
w = unit_vector(lookfrom - lookat);
355354
...

0 commit comments

Comments
 (0)