summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index d0bacfad4..156202ece 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1996,8 +1996,9 @@ void ami_do_redraw(struct gui_window_2 *g)
{
*/
content_redraw(c, -hcurrent,-vcurrent,width,height,
- 0,0,width,height,
+ 0,0,c->width,c->height,
g->bw->scale,0xFFFFFF);
+
// }
current_redraw_browser = NULL;