mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(ArcOpener.OpenEntry): specify ArcStream offset/size explicitly.
This commit is contained in:
parent
18fa93c7c4
commit
64cdb4d944
@ -86,7 +86,7 @@ namespace GameRes.Formats.BGI
|
||||
return new MemoryStream (decoder.Output);
|
||||
}
|
||||
}
|
||||
return new ArcView.ArcStream (input);
|
||||
return new ArcView.ArcStream (input, entry_offset, entry.Size);
|
||||
}
|
||||
catch (Exception X)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user