Skip to content

Commit d1226ca

Browse files
committed
Restore original image size for theNextWeek
I had reduced it for testing, and forgot to restore.
1 parent 25cacf3 commit d1226ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TheNextWeek/main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ hittable_list final_scene() {
346346

347347

348348
int main() {
349-
int nx = 400;
350-
int ny = 400;
349+
int nx = 600;
350+
int ny = 600;
351351
int num_samples = 100;
352352
int max_depth = 50;
353353

0 commit comments

Comments
 (0)