summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 65b70135c..8c51dc95d 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -307,7 +307,7 @@ bool ami_bitmap_tile(int x, int y, int width, int height,
ri.RGBFormat = RGBFB_R8G8B8A8;
max_width = (repeat_x ? scrn->Width : width);
- max_height = (repeat_y ? scrn->Height: height);
+ max_height = (repeat_y ? scrn->Height : height);
for(xf=0;xf<max_width;xf+=bitmap->width)
{