Changeset - r25004:7dff93ce5929
[Not reviewed]
master
0 1 0
Michael Lutz - 4 years ago 2021-03-08 14:43:08
michi@icosahedron.de
Fix 937d60f2: Broken company colours for 40bpp-blitter. (#8821)
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_optimized.cpp
Show inline comments
 
@@ -356,6 +356,10 @@ template <bool Tpal_to_rgb> Sprite *Blit
 
							dst_px->r = colour.r;
 
							dst_px->g = colour.g;
 
							dst_px->b = colour.b;
 
						} else {
 
							dst_px->r = src->r;
 
							dst_px->g = src->g;
 
							dst_px->b = src->b;
 
						}
 
					} else {
 
						dst_px->r = src->r;
0 comments (0 inline, 0 general)