mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	Save offset for reusing for any type that has a reusable reference
This commit is contained in:
		| @@ -48,6 +48,9 @@ bool UsagesPostProcessor::ProcessAsset(StructureInformation* info) | ||||
|             if (computations.IsNotInDefaultNormalBlock()) | ||||
|                 member->m_type->m_reference_from_non_default_normal_block_exists = true; | ||||
|  | ||||
|             if (member->m_is_reusable) | ||||
|                 member->m_type->m_reusable_reference_exists = true; | ||||
|  | ||||
|             member->m_type->m_usages.push_back(currentStructure); | ||||
|             processingQueue.push(member->m_type); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user