summaryrefslogtreecommitdiff
path: root/amiga/rtg.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/rtg.c')
-rw-r--r--amiga/rtg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/rtg.c b/amiga/rtg.c
index e1562841e..fbefd55a1 100644
--- a/amiga/rtg.c
+++ b/amiga/rtg.c
@@ -50,6 +50,7 @@ void ami_rtg_rectfill(struct RastPort *rp, UWORD min_x, UWORD min_y,
UWORD max_x, UWORD max_y, ULONG colour)
{
if(P96Base == NULL) {
+ SetAPen(rp, 2); /* white */
return RectFill(rp, min_x, min_y, max_x, max_y);
} else {
return p96RectFill(rp, min_x, min_y, max_x, max_y, colour);