diff options
Diffstat (limited to 'dxr3osd.c')
-rw-r--r-- | dxr3osd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -223,6 +223,9 @@ void cDxr3Osd::Flush() copy(tmp, i, pair, numPair); tmp->Clean(); } + + // replace color palette + mergedBitmap->Replace(*Palette); } if (!bmap) |