2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-05-30 13:07:41 +00:00
This commit is contained in:
Jan 2025-05-29 12:12:19 +01:00
parent 995e5fbdf6
commit 94759a412b
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -576,8 +576,11 @@ namespace
}
// Always fill dynamic members last
if (dynamicMember)
if (dynamicMember && dynamicMember->m_type->m_definition == info.m_definition)
{
LINE("// dynamic member")
PrintFillStruct_Member(info, *dynamicMember, DeclarationModifierComputations(dynamicMember), 0u);
}
}
void PrintFillStructMethod(const StructureInformation* info)