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
4232adcc69
commit
f50dda563e
@ -100,7 +100,7 @@ request_extract(const Filename &source_file, const string &event_name,
|
|||||||
// Make sure we actually are threaded
|
// Make sure we actually are threaded
|
||||||
if (!_threaded) {
|
if (!_threaded) {
|
||||||
downloader_cat.info()
|
downloader_cat.info()
|
||||||
<< "Extractor::request_decompress() - create_thread() was "
|
<< "Extractor::request_extract() - create_thread() was "
|
||||||
<< "never called! Calling it now..." << endl;
|
<< "never called! Calling it now..." << endl;
|
||||||
create_thread();
|
create_thread();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user