git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@503 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-29 09:25:20 +00:00
parent f5b6479de0
commit f774f743fe

View File

@@ -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;
}
}