mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
Fixed wrong parameter in Image
This commit is contained in:
parent
e020e460aa
commit
e0e5b12c20
@ -201,7 +201,7 @@ public sealed class Image<TColor> : IImage
|
||||
|
||||
#region Constructors
|
||||
|
||||
internal ImageRows(byte[] buffer, int x, int y, int width, int height, int stride, int bpp)
|
||||
internal ImageRows(byte[] buffer, int x, int y, int width, int height, int stride)
|
||||
{
|
||||
this._buffer = buffer;
|
||||
this._x = x;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user