Fix Compact Pro extractor data corruption

This commit is contained in:
elasota
2020-05-09 23:11:39 -04:00
parent e9d65697f3
commit 9ddaec8add

View File

@@ -53,7 +53,7 @@ bool CompactProRLEDecompressor::EmitOneByte(uint8_t &b)
if (halfescaped) if (halfescaped)
{ {
byte = 0x81; byte = 0x81;
halfescaped = true; halfescaped = false;
} }
else else
{ {