mirror of https://github.com/adamdruppe/arsd.git
oops should have committed this ages ago
This commit is contained in:
parent
582f4287f8
commit
546edf89af
2
apng.d
2
apng.d
|
@ -728,7 +728,7 @@ ApngAnimation readApng(in ubyte[] data, bool strictApng = false, scope ApngAnima
|
||||||
obj.frames[frameNumber - 1].compressedDatastream ~= chunk.payload[offset .. $];
|
obj.frames[frameNumber - 1].compressedDatastream ~= chunk.payload[offset .. $];
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
obj.handleOtherChunk(chunk);
|
obj.handleOtherChunkWhenLoading(chunk);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue