mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
066b7509dd
commit
9d878d26de
@ -499,7 +499,7 @@ attempt_read(int length, DownloadStatus &status, int &bytes_read) {
|
||||
// Try again
|
||||
break;
|
||||
case RS_success:
|
||||
nassertr(bytes_read == length, RS_error);
|
||||
nassertr(bytes == length, RS_error);
|
||||
return RS_success;
|
||||
default:
|
||||
downloader_cat.error()
|
||||
|
Loading…
x
Reference in New Issue
Block a user