summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mandelbrot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mandelbrot.h b/test/mandelbrot.h
index b946232f5..ccae9db11 100644
--- a/test/mandelbrot.h
+++ b/test/mandelbrot.h
@@ -63,6 +63,7 @@ public:
scale = 4.0;
iterations = 1<<DEFAULT_ITERATIONS;
brightness = use_colors ? DEFAULT_BRIGHTNESS_COLOR : DEFAULT_BRIGHTNESS;
+ sx = sy = sw = sh = 0;
}
int idle();
};