mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -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::
|
INLINE int Downloader::
|
||||||
get_bytes_written(void) const {
|
get_bytes_written(void) const {
|
||||||
if (_initiated == false) {
|
if (_ever_initiated == false) {
|
||||||
downloader_cat.warning()
|
downloader_cat.warning()
|
||||||
<< "Downloader::get_bytes_per_second() - Download has not been "
|
<< "Downloader::get_bytes_written() - Download has not been "
|
||||||
<< "initiated" << endl;
|
<< "initiated" << endl;
|
||||||
return 0.0;
|
return 0.0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user