mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-09 07:27:05 +00:00
chore: use Asset definition instead of enum entry for zcg
This commit is contained in:
@@ -12,7 +12,7 @@ StructureComputations::StructureComputations(const StructureInformation* structu
|
||||
|
||||
bool StructureComputations::IsAsset() const
|
||||
{
|
||||
return m_info->m_asset_enum_entry != nullptr;
|
||||
return !m_info->m_asset_name.empty();
|
||||
}
|
||||
|
||||
MemberInformation* StructureComputations::GetDynamicMember() const
|
||||
|
||||
Reference in New Issue
Block a user