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
c99b3db61d
commit
417ed7154a
@ -85,9 +85,9 @@ get_disk_write_frequency(void) const {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE int Downloader::
|
||||
get_bytes_written(void) const {
|
||||
if (_initiated == false) {
|
||||
if (_ever_initiated == false) {
|
||||
downloader_cat.warning()
|
||||
<< "Downloader::get_bytes_per_second() - Download has not been "
|
||||
<< "Downloader::get_bytes_written() - Download has not been "
|
||||
<< "initiated" << endl;
|
||||
return 0.0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user