mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 06:11:53 +00:00
wip
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user