mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +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();
|
||||
var data = new byte[unpacked_size];
|
||||
|
||||
Reference in New Issue
Block a user