mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
parent
2bd4c056ac
commit
03393d0c22
@ -20,7 +20,7 @@ public sealed class ResourceFile : FileBase
|
||||
|
||||
public ResourceFile(string filePath, string name, FileSystem fileSystem)
|
||||
{
|
||||
Stream = SmartStream.OpenRead(filePath, fileSystem);
|
||||
Stream = SmartStream.OpenReadMulti(filePath, fileSystem);
|
||||
FilePath = filePath;
|
||||
Name = name;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user