mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ScnOpener.LzDecompress): made static.
This commit is contained in:
@@ -112,7 +112,7 @@ namespace GameRes.Formats.Seraphim
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
internal byte[] LzDecompress (IBinaryStream input)
|
internal static byte[] LzDecompress (IBinaryStream input)
|
||||||
{
|
{
|
||||||
int unpacked_size = input.ReadInt32();
|
int unpacked_size = input.ReadInt32();
|
||||||
var data = new byte[unpacked_size];
|
var data = new byte[unpacked_size];
|
||||||
|
|||||||
Reference in New Issue
Block a user