mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	Remove SndBankDumper commented out code
This commit is contained in:
		| @@ -46,11 +46,6 @@ void AssetDumperSndBank::DumpSndBank(AssetDumpingContext& context, const XAssetI | ||||
| { | ||||
|     const auto* sndBank = sndBankInfo->Asset(); | ||||
|  | ||||
|     // auto* streamAssetBank = SoundBank::Repository.GetContainerByName(SoundBank::GetFileNameForDefinition(true, sndBank->streamAssetBank.zone, sndBank->streamAssetBank.language)); | ||||
|     // SoundBank* loadedAssetBank = nullptr; | ||||
|     // if (sndBank->runtimeAssetLoad && sndBank->loadAssetBank.zone) | ||||
|     //     loadedAssetBank = SoundBank::Repository.GetContainerByName(SoundBank::GetFileNameForDefinition(false, sndBank->loadAssetBank.zone, sndBank->loadAssetBank.language)); | ||||
|  | ||||
|     std::map<unsigned int, std::string> aliasMappings; | ||||
|     for (auto i = 0u; i < sndBank->aliasCount; i++) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user