mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
9ad657075e
commit
eaa7527155
@ -204,11 +204,6 @@ run(void) {
|
||||
int avail_out = dest_buffer_length;
|
||||
nassertr(avail_out > 0 && avail_in > 0, false);
|
||||
|
||||
if (downloader_cat.is_debug())
|
||||
downloader_cat.debug()
|
||||
<< "Decompressor::run() - avail_in: " << avail_in << " avail_out: "
|
||||
<< avail_out << endl;
|
||||
|
||||
while (avail_in > 0) {
|
||||
int ret = _decompressor->decompress_to_stream(next_in, avail_in,
|
||||
next_out, avail_out, dest_buffer,
|
||||
|
@ -395,6 +395,8 @@ run(void) {
|
||||
return DS_error;
|
||||
}
|
||||
|
||||
nassertr(_current_status != NULL, DS_error);
|
||||
|
||||
if (connect_to_server() == false)
|
||||
return DS_error_connect;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user