mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
39586e9a94
commit
b46c629f0c
@ -81,10 +81,10 @@ initiate(Filename &source_file, const Filename &rel_path) {
|
|||||||
_source_file_length = _read_stream.tellg();
|
_source_file_length = _read_stream.tellg();
|
||||||
_read_stream.seekg(0, ios::beg);
|
_read_stream.seekg(0, ios::beg);
|
||||||
|
|
||||||
// Read from the source file and write to the appropriate extracted file
|
|
||||||
_total_bytes_read = 0;
|
_total_bytes_read = 0;
|
||||||
_read_all_input = false;
|
_read_all_input = false;
|
||||||
_handled_all_input = false;
|
_handled_all_input = false;
|
||||||
|
_mfile.reset();
|
||||||
return ES_success;
|
return ES_success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user