Browse Source

Added missing reset to zero for the Adam7 pass.

pull/315/head
Dirk Lemstra 9 years ago
parent
commit
a5e525119a
  1. 1
      src/ImageSharp/Formats/Png/PngDecoderCore.cs

1
src/ImageSharp/Formats/Png/PngDecoderCore.cs

@ -564,6 +564,7 @@ namespace ImageSharp.Formats
}
else
{
this.pass = 0;
break;
}
}

Loading…
Cancel
Save