aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index cd66dee..d1b8080 100644
--- a/main.c
+++ b/main.c
@@ -61,7 +61,7 @@ int main()
pgm_write_header(stdout, TESTW, TESTH);
for (int y = TESTH; y; y--) {
for (int x = TESTW; x; x--) {
- color_t *c = ray_trace(&s, x, y);
+ color_t *c = ray_trace(&s, x, y, 8);
if (c) {
pgm_write_pixel(stdout, c);