mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-07 05:23:02 +00:00
fix: properly load matching structure dynamic array inside non-matching structure embed
This commit is contained in:
@@ -35,6 +35,9 @@ namespace
|
||||
if (computations.ShouldIgnore())
|
||||
continue;
|
||||
|
||||
if (computations.IsArray() || member->m_member->m_type_declaration->m_declaration_modifiers.empty())
|
||||
member->m_type->m_embedded_reference_exists = true;
|
||||
|
||||
if (computations.ContainsNonEmbeddedReference())
|
||||
member->m_type->m_non_embedded_reference_exists = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user