mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Remove SndBankDumper commented out code
This commit is contained in:
parent
3cda71d1e7
commit
62d9309922
@ -46,11 +46,6 @@ void AssetDumperSndBank::DumpSndBank(AssetDumpingContext& context, const XAssetI
|
|||||||
{
|
{
|
||||||
const auto* sndBank = sndBankInfo->Asset();
|
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;
|
std::map<unsigned int, std::string> aliasMappings;
|
||||||
for (auto i = 0u; i < sndBank->aliasCount; i++)
|
for (auto i = 0u; i < sndBank->aliasCount; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user