This commit is contained in:
Chris Young 2015-02-05 19:00:13 +00:00
parent c2a79e7b50
commit d8b9198211
1 changed files with 1 additions and 1 deletions

View File

@ -4662,7 +4662,7 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
{
#ifndef __amigaos4__
/* Try to avoid some overprinting - might need glob->rp clearing instead */
ami_plot_clear_box(gwin->win->RPort, bbox);
ami_plot_clear_bbox(gwin->win->RPort, bbox);
#endif
ami_do_redraw_tiled(gwin, true, hcurrent, vcurrent, width, height, hcurrent, vcurrent, bbox, &ctx);
}