X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fengine%2Fe_graphics.pas;h=38154d6f21bbc3004795cd4fa710384123a67b2c;hp=ef4e6f0b9b69634c3442b2e0bc0bda20c3da377c;hb=00b8da997231db53bd66d2b10106cffd5e53fcd4;hpb=a2e634cf318657af3a04f3c0a5caba4c158ac965 diff --git a/src/engine/e_graphics.pas b/src/engine/e_graphics.pas index ef4e6f0..38154d6 100644 --- a/src/engine/e_graphics.pas +++ b/src/engine/e_graphics.pas @@ -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;