mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix Compact Pro extractor data corruption
This commit is contained in:
@@ -53,7 +53,7 @@ bool CompactProRLEDecompressor::EmitOneByte(uint8_t &b)
|
|||||||
if (halfescaped)
|
if (halfescaped)
|
||||||
{
|
{
|
||||||
byte = 0x81;
|
byte = 0x81;
|
||||||
halfescaped = true;
|
halfescaped = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user