mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 00:30:28 +08:00
Update ImageMCG.cs
This commit is contained in:
@@ -289,10 +289,10 @@ namespace GameRes.Formats.FC01
|
||||
int src = 0;
|
||||
for (int j = ChannelOrder[i]; j < m_output.Length; j += 3)
|
||||
{
|
||||
m_output[j] = plane[src++];
|
||||
m_output[j] = plane[src++];
|
||||
}
|
||||
}
|
||||
Trace.WriteLine(string.Format("Found matching key {0:X2}", m_key), "[MCG]");
|
||||
// Trace.WriteLine(string.Format("Found matching key {0:X2}", m_key), "[MCG]");
|
||||
}
|
||||
catch (InvalidFormatException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user