mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-11 05:31:51 +00:00
fix: consider structures that are assets requiring marking
This commit is contained in:
@ -13,6 +13,9 @@ bool MarkingRequiredPostProcessor::RequiresMarking(std::unordered_set<const void
|
|||||||
|
|
||||||
visitedStructures.emplace(info);
|
visitedStructures.emplace(info);
|
||||||
|
|
||||||
|
if (info->m_asset_enum_entry)
|
||||||
|
return true;
|
||||||
|
|
||||||
for (const auto& member : info->m_ordered_members)
|
for (const auto& member : info->m_ordered_members)
|
||||||
{
|
{
|
||||||
// If there is a condition to this member, and it always evaluates to false: Skip this member
|
// If there is a condition to this member, and it always evaluates to false: Skip this member
|
||||||
|
Reference in New Issue
Block a user