From f774f743febf89f15312d23bd3e591a5f7d1d861 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 29 Oct 2025 09:25:20 +0000 Subject: [PATCH] huh git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@503 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 34196ba..fa6facb 100644 --- a/src/draw.c +++ b/src/draw.c @@ -578,7 +578,6 @@ MwLLPixmap MwLoadRaw(MwWidget handle, unsigned char* rgb, int width, int height) pout[0] += base->red * (1 - a); pout[1] += base->green * (1 - a); pout[2] += base->blue * (1 - a); - pout[3] = 255; } }