mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 17:02:53 +08:00
Experimental new resource packing fix
This commit is contained in:
parent
d63bc6e12b
commit
a13856ee20
@ -244,7 +244,7 @@ namespace CodeWalker.GameFiles
|
|||||||
{
|
{
|
||||||
block.FilePosition = basePosition + currentPosition;
|
block.FilePosition = basePosition + currentPosition;
|
||||||
|
|
||||||
currentPosition += block.BlockLength;
|
currentPosition += block.BlockLength + SKIP_SIZE;
|
||||||
|
|
||||||
if ((currentPosition % ALIGN_SIZE) != 0)
|
if ((currentPosition % ALIGN_SIZE) != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user