Use LZRW1-A algorithm instead of original LZRW1 as defined in aluigi's QuickBMS code
This commit is contained in:
parent
2633f9c1b6
commit
a7c047257d
@ -89,7 +89,7 @@ namespace UniversalEditor.DataFormats
|
||||
}
|
||||
|
||||
|
||||
LZRW1CompressionModule module = new LZRW1CompressionModule();
|
||||
LZRW1ACompressionModule module = new LZRW1ACompressionModule();
|
||||
byte[] uncompressed = module.Decompress(compressed);
|
||||
bwms.Write(uncompressed, 0, uncompressed.Length);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user