mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Use UnsupportedBundleDecompression in BundleFileBlockReader
This commit is contained in:
parent
750543546f
commit
ceea3684ff
@ -98,7 +98,8 @@ namespace AssetRipper.IO.Files.BundleFiles.FileStream
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new NotSupportedException($"Bundle compression '{compressType}' isn't supported");
|
||||
UnsupportedBundleDecompression.Throw(entry.PathFixed, compressType);
|
||||
break;
|
||||
}
|
||||
blockStream = m_cachedBlockStream;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user