Skip to content

Commit 1e90a8c

Browse files
authored
Merge pull request #680 from monkeyman192/cloth_alignment_fix
Fix ClothComponentData alignment
2 parents 399b4c7 + 8aec67c commit 1e90a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libMBIN/Source/NMS/GameComponents/GcClothComponentData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xDC35463B4547D4D1, NameHash = 0x161DC486, Alignment = 0x10)]
6+
[NMS(GUID = 0xDC35463B4547D4D1, NameHash = 0x161DC486, Alignment = 0x8)]
77
public class GcClothComponentData : NMSTemplate
88
{
99
[NMS(Index = 3)]

0 commit comments

Comments
 (0)