diff --git a/lime/graphics/ImageBuffer.hx b/lime/graphics/ImageBuffer.hx index f9dfb9601..7bf82caa0 100644 --- a/lime/graphics/ImageBuffer.hx +++ b/lime/graphics/ImageBuffer.hx @@ -48,6 +48,7 @@ class ImageBuffer { this.height = height; this.bitsPerPixel = bitsPerPixel; this.format = (format == null ? RGBA32 : format); + premultiplied = false; transparent = true; }