DEADSOFTWARE

cosmetix fix in screenshot writer
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Sun, 24 Apr 2016 20:24:43 +0000 (23:24 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Sun, 24 Apr 2016 20:24:43 +0000 (23:24 +0300)
src/engine/e_graphics.pas

index ef4e6f0b9b69634c3442b2e0bc0bda20c3da377c..38154d6f21bbc3004795cd4fa710384123a67b2c 100644 (file)
@@ -1841,7 +1841,7 @@ begin
             clr.r := ps^; Inc(ps);
             clr.g := ps^; Inc(ps);
             clr.b := ps^; Inc(ps);
-            clr.a := 0;
+            clr.a := 255;
             SetPixel32(img, x, y, clr);
           end;
         end;