mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Fix weapon asset loader not linking weaponfulldef attachment uniques to weaponvariantdef
This commit is contained in:
@ -328,6 +328,7 @@ void AssetLoaderWeapon::LinkWeaponFullDefSubStructs(WeaponFullDef* weapon)
|
||||
{
|
||||
weapon->weapVariantDef.weapDef = &weapon->weapDef;
|
||||
weapon->weapVariantDef.attachments = weapon->attachments;
|
||||
weapon->weapVariantDef.attachmentUniques = weapon->attachmentUniques;
|
||||
weapon->weapDef.gunXModel = weapon->gunXModel;
|
||||
weapon->weapVariantDef.szXAnims = weapon->szXAnims;
|
||||
weapon->weapVariantDef.hideTags = weapon->hideTags;
|
||||
|
Reference in New Issue
Block a user