mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(GyuReader): use Binary.CopyOverlapped.
This commit is contained in:
parent
865b37de90
commit
2b6f14d01b
@ -202,11 +202,8 @@ namespace GameRes.Formats.ExHibit
|
||||
offset = -1 << 8 | mem.ReadByte();
|
||||
}
|
||||
|
||||
for (int i = 0; i <= count; ++i)
|
||||
{
|
||||
m_output[dst] = m_output[dst+offset];
|
||||
++dst;
|
||||
}
|
||||
Binary.CopyOverlapped (m_output, dst+offset, dst, ++count);
|
||||
dst += count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user