mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
downloader: Fix an uninitialized member
This commit is contained in:
parent
4dfe651133
commit
20bdd32765
@ -117,6 +117,7 @@ HTTPChannel(HTTPClient *client) :
|
||||
_cipher_list = _client->get_cipher_list();
|
||||
_last_status_code = 0;
|
||||
_last_run_time = 0.0f;
|
||||
_download_dest = DD_none;
|
||||
_download_to_ramfile = nullptr;
|
||||
_download_to_stream = nullptr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user