From 8aec67c87c012408e75a29d9a74300777ee842bd Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Fri, 7 Nov 2025 10:23:01 +1100 Subject: [PATCH] Fix ClothComponentData alignment --- libMBIN/Source/NMS/GameComponents/GcClothComponentData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libMBIN/Source/NMS/GameComponents/GcClothComponentData.cs b/libMBIN/Source/NMS/GameComponents/GcClothComponentData.cs index 8bea4c3a2..1f495d15a 100644 --- a/libMBIN/Source/NMS/GameComponents/GcClothComponentData.cs +++ b/libMBIN/Source/NMS/GameComponents/GcClothComponentData.cs @@ -3,7 +3,7 @@ namespace libMBIN.NMS.GameComponents { - [NMS(GUID = 0xDC35463B4547D4D1, NameHash = 0x161DC486, Alignment = 0x10)] + [NMS(GUID = 0xDC35463B4547D4D1, NameHash = 0x161DC486, Alignment = 0x8)] public class GcClothComponentData : NMSTemplate { [NMS(Index = 3)]