diff --git a/apng.d b/apng.d index dacecce..83c2cb2 100644 --- a/apng.d +++ b/apng.d @@ -728,7 +728,7 @@ ApngAnimation readApng(in ubyte[] data, bool strictApng = false, scope ApngAnima obj.frames[frameNumber - 1].compressedDatastream ~= chunk.payload[offset .. $]; break; default: - obj.handleOtherChunk(chunk); + obj.handleOtherChunkWhenLoading(chunk); } }