mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-08 06:28:53 +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