From 9cab1737b87775096c55f6cd5d5c80c026cec3a5 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 5 Sep 2009 11:38:15 +0000 Subject: [PATCH] This is more pretty accoring to the experts *cough* Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3462 --- src/gui/render_templates.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/render_templates.h b/src/gui/render_templates.h index b2461ac7..4959d457 100644 --- a/src/gui/render_templates.h +++ b/src/gui/render_templates.h @@ -349,12 +349,12 @@ static void conc3d(Cache,SBPP,DBPP) (const void * s) { line0[0]=P; \ line0[1]=P & greenMask; \ line0[2]=P & blueMask; \ - line1[0]=P & blueMask; \ - line1[1]=P; \ - line1[2]=P & redMask; \ - line2[0]=P & redMask; \ - line2[1]=P & greenMask; \ - line2[2]=P; + line1[0]=P & greenMask; \ + line1[1]=P & redMask; \ + line1[2]=P; \ + line2[0]=P; \ + line2[1]=P & blueMask; \ + line2[2]=P & redMask; #include "render_simple.h" #undef SCALERNAME #undef SCALERWIDTH