From: Toni Wilen Date: Thu, 2 Dec 2021 18:25:22 +0000 (+0200) Subject: Non-HDR blacker than black fix. X-Git-Tag: 4900~2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4d66f2025f6175fb34590d3ae0fdbe9735bd4789;p=francis%2Fwinuae.git Non-HDR blacker than black fix. --- diff --git a/gfxutil.cpp b/gfxutil.cpp index 172f5f09..6bd3b614 100644 --- a/gfxutil.cpp +++ b/gfxutil.cpp @@ -416,7 +416,7 @@ void alloc_colors64k(int monid, int rw, int gw, int bw, int rs, int gs, int bs, xcolors[i] |= xcolors[i] * 0x00010001; } } - fullblack = xcolors[0]; + fullblack = 0; if (gfx_hdr) { fullblack = doAlpha(1, aw, as); }