mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
When parsing StructuredDataDefs accept undefined types
This commit is contained in:
@ -115,7 +115,7 @@ void AssetDumperStructuredDataDefSet::ConvertStruct(const CommonStructuredDataDe
|
||||
outProperty.m_offset_in_bits = inProperty.offset * 8;
|
||||
}
|
||||
|
||||
out->SortProperties();
|
||||
out->SortPropertiesByOffset();
|
||||
}
|
||||
|
||||
void AssetDumperStructuredDataDefSet::ConvertIndexedArray(const CommonStructuredDataDef* def, CommonStructuredDataIndexedArray* out, const StructuredDataIndexedArray* in)
|
||||
|
Reference in New Issue
Block a user