Compare commits

..

No commits in common. "3f1875252e5a89302db2b23525b661bf005a521b" and "a95ddb46ad3966f4b1ebe55429b8dc332125a3fc" have entirely different histories.

@ -22,7 +22,7 @@ namespace Dashboard.Media.Color
Height = height; Height = height;
Depth = depth; Depth = depth;
buffer = new byte[(long)width * height * depth * format.BytesPerPixel()]; buffer = new byte[width * height * depth];
} }
~QImageBuffer() ~QImageBuffer()
{ {