mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
whoops, lost _offset assignment
This commit is contained in:
parent
4930c9a6f2
commit
dbf690e844
@ -205,6 +205,7 @@ open_read(const Filename &multifile_name, const streampos &offset) {
|
||||
_read = new IStreamWrapper(multifile_stream, true);
|
||||
_owns_stream = true;
|
||||
_multifile_name = multifile_name;
|
||||
_offset = offset;
|
||||
return read_index();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user