(BMX): decompress 'fACE' entries.

This commit is contained in:
morkt
2019-01-27 02:29:19 +04:00
parent 0af0491659
commit ba4ea7f368
2 changed files with 35 additions and 6 deletions

View File

@@ -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;