summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dxr3osd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dxr3osd.c b/dxr3osd.c
index 3c98229..bfa415e 100644
--- a/dxr3osd.c
+++ b/dxr3osd.c
@@ -223,6 +223,9 @@ void cDxr3Osd::Flush()
copy(tmp, i, pair, numPair);
tmp->Clean();
}
+
+ // replace color palette
+ mergedBitmap->Replace(*Palette);
}
if (!bmap)