From 546edf89aff9e2b026eb7474951fb48b33f7eb32 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 22 Apr 2022 07:51:00 -0400 Subject: [PATCH] oops should have committed this ages ago --- apng.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }