mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 05:42:31 +08:00
Experimental new resource packing fix
This commit is contained in:
@@ -244,7 +244,7 @@ namespace CodeWalker.GameFiles
|
||||
{
|
||||
block.FilePosition = basePosition + currentPosition;
|
||||
|
||||
currentPosition += block.BlockLength;
|
||||
currentPosition += block.BlockLength + SKIP_SIZE;
|
||||
|
||||
if ((currentPosition % ALIGN_SIZE) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user