mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
spam -> debug
This commit is contained in:
parent
3c680af9b5
commit
59e6a8a444
@ -64,9 +64,9 @@ void AsyncTaskManager::
|
||||
cleanup() {
|
||||
MutexHolder holder(_lock);
|
||||
|
||||
if (task_cat.is_spam()) {
|
||||
do_output(task_cat.spam());
|
||||
task_cat.spam(false)
|
||||
if (task_cat.is_debug()) {
|
||||
do_output(task_cat.debug());
|
||||
task_cat.debug(false)
|
||||
<< ": cleanup()\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user