code finishing

This commit is contained in:
Markus Gans 2015-05-26 23:08:46 +02:00
parent 8f1e52a362
commit d26f9134fc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void Mandelbrot::draw()
unsetVT100altChar();
x_min = -2.20;
x_max = 1.0;
x_max = 1.00;
y_min = -1.05;
y_max = 1.05;
max_iter = 99;