mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 12:39:16 +08:00
(ScnOpener.LzDecompress): made static.
This commit is contained in:
parent
182e445611
commit
64dddeaecb
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user