- [Core] fix bug with parsing bundles [SR]

This commit is contained in:
Razmoth
2023-09-19 18:32:16 +04:00
parent 4fcc549f99
commit 2e3dcdc5d9
4 changed files with 8 additions and 4 deletions

View File

@@ -441,6 +441,7 @@ namespace AssetStudio
var subReader = new FileReader(dummyPath, stream, true);
switch (subReader.FileType)
{
case FileType.ENCRFile:
case FileType.BundleFile:
LoadBundleFile(subReader, reader.FullPath, offset, false);
break;