From 8e56a61f954d5a59e26aebaae6e43229ed272ee1 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Mon, 20 Mar 2023 22:41:58 +0100 Subject: [PATCH] tweak --- examples/cx16/mandelbrot-gfx-colors.p8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cx16/mandelbrot-gfx-colors.p8 b/examples/cx16/mandelbrot-gfx-colors.p8 index 921e935aa..57ed0610a 100644 --- a/examples/cx16/mandelbrot-gfx-colors.p8 +++ b/examples/cx16/mandelbrot-gfx-colors.p8 @@ -20,8 +20,8 @@ main { const float XU=0.800 const float YL=-1.300 const float YU=1.300 - float dx = (XU-XL)/width - float dy = (YU-YL)/height + const float dx = (XU-XL)/width + const float dy = (YU-YL)/height ubyte pixelx ubyte pixely