mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(BMX): decompress 'fACE' entries.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace GameRes.Formats.Triangle
|
||||
throw new System.NotImplementedException ("TriFormat.Write not implemented");
|
||||
}
|
||||
|
||||
void Unpack (IBinaryStream input, byte[] output)
|
||||
internal static void Unpack (IBinaryStream input, byte[] output)
|
||||
{
|
||||
int dst = 0;
|
||||
byte key = 0x7F;
|
||||
|
||||
Reference in New Issue
Block a user