1
0
mirror of synced 2024-09-24 19:48:21 +02:00

Another ptcl adjustment

This commit is contained in:
KillzXGaming 2019-08-18 18:40:23 -04:00 committed by GitHub
parent 1e76a3642d
commit 333e236142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -775,7 +775,9 @@ namespace FirstPlugin
if (NextSectionOffset != NullOffset)
{
writer.Align(16);
if (Signature != "PRIM")
writer.Align(16);
writer.WriteUint32Offset(_ofsNextPos, BasePosition);
}
}