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
c1593ed61f
commit
960c2f103c
@ -61,7 +61,7 @@ create_thread(void) {
|
|||||||
if (_threaded == false && _threads_enabled == true) {
|
if (_threaded == false && _threads_enabled == true) {
|
||||||
downloader_cat.debug()
|
downloader_cat.debug()
|
||||||
<< "AsyncUtility::create_thread()" << endl;
|
<< "AsyncUtility::create_thread()" << endl;
|
||||||
_thread = thread::create(&st_callback, this);
|
_thread = thread::create(&st_callback, this, thread::PRIORITY_LOW);
|
||||||
_threaded = true;
|
_threaded = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user