Skip to content

Commit 33571e2

Browse files
committed
Added README note on how to turn the lights back on. Day 612.
1 parent 81f2e09 commit 33571e2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ osx_handmade
33

44
A port of Handmade Hero (http://handmadehero.org) for macOS.
55

6-
This repository works with Casey's source code from Day 607.
6+
This repository works with Casey's source code from Day 612.
77

88
If you are compiling for the first time, you might want to
99
skip down to the [Compiling and Running](#compiling-and-running)
@@ -19,6 +19,15 @@ will work with Casey's Handmade Hero days 405 through 409.
1919

2020
# Recent Update Notes
2121

22+
23+
## Day 612 Note:
24+
25+
Casey turned off the raycaster at the end of the stream to test some
26+
performance numbers, so you will see a dark world. If you want to
27+
turn the lights back on, comment out the `CostMetric = 0;` on line
28+
383 in handmade_lighting.cpp.
29+
30+
2231
## Day 593 Note:
2332

2433
The `hhlightprof` doesn't currently compile under macOS due to the

0 commit comments

Comments
 (0)