mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-31 13:37:41 +00:00
wip
This commit is contained in:
parent
995e5fbdf6
commit
94759a412b
@ -576,8 +576,11 @@ namespace
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Always fill dynamic members last
|
// 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);
|
PrintFillStruct_Member(info, *dynamicMember, DeclarationModifierComputations(dynamicMember), 0u);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintFillStructMethod(const StructureInformation* info)
|
void PrintFillStructMethod(const StructureInformation* info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user