mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-12 04:49:32 +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 MemoryStream (decoder.Output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new ArcView.ArcStream (input);
|
return new ArcView.ArcStream (input, entry_offset, entry.Size);
|
||||||
}
|
}
|
||||||
catch (Exception X)
|
catch (Exception X)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user