Experimental new resource packing fix

This commit is contained in:
dexy 2020-03-11 07:15:52 +11:00
parent d63bc6e12b
commit a13856ee20

View File

@ -244,7 +244,7 @@ namespace CodeWalker.GameFiles
{
block.FilePosition = basePosition + currentPosition;
currentPosition += block.BlockLength;
currentPosition += block.BlockLength + SKIP_SIZE;
if ((currentPosition % ALIGN_SIZE) != 0)
{