oops should have committed this ages ago

This commit is contained in:
Adam D. Ruppe 2022-04-22 07:51:00 -04:00
parent 582f4287f8
commit 546edf89af
1 changed files with 1 additions and 1 deletions

2
apng.d
View File

@ -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);
}
}