[*] Compression pipe now returns false should an error occur

This commit is contained in:
Reece Wilson 2023-04-29 02:30:27 +01:00
parent 4086fc94bb
commit 0175809d0a

View File

@ -116,7 +116,7 @@ namespace Aurora::Compression
}
}
return true;
return !this->bErrorFlag_;
}
void CompressionInterceptor::FlushNextFrame()