Skip to content

Commit f2df743

Browse files
committed
Update main.cpp
1 parent db98e56 commit f2df743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fractal Images/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int main() {
2828

2929
ZoomList zoomList(WIDTH, HEIGHT);
3030

31-
zoomList.add(Zoom(WIDTH/2, HEIGHT/2, 1));
31+
zoomList.add(Zoom(WIDTH/2, HEIGHT/2, 4.0/WIDTH));
3232

3333
unique_ptr<int[]> histogram(new int[Mandelbrot::MAX_ITERATIONS]());
3434
unique_ptr<int[]> fractal(new int[WIDTH * HEIGHT]());

0 commit comments

Comments
 (0)