]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Non-HDR blacker than black fix.
authorToni Wilen <twilen@winuae.net>
Thu, 2 Dec 2021 18:25:22 +0000 (20:25 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 2 Dec 2021 18:25:22 +0000 (20:25 +0200)
gfxutil.cpp

index 172f5f09cc8fb09d837811ab7ce5d04ceef04595..6bd3b6148399f0b0f0e86a37a7f146674a9a733f 100644 (file)
@@ -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);
        }