mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace GameRes.Formats.SystemEpsylon
|
||||
}
|
||||
}
|
||||
}
|
||||
return new MemoryStream (input);
|
||||
return new BinMemoryStream (input, entry.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user