|
@@ -131,10 +131,6 @@ class ShowBase(DirectObject.DirectObject):
|
|
|
## just before Python is about to shut down.
|
|
## just before Python is about to shut down.
|
|
|
self.finalExitCallbacks = []
|
|
self.finalExitCallbacks = []
|
|
|
|
|
|
|
|
- Task.TaskManager.taskTimerVerbose = self.config.GetBool('task-timer-verbose', 0)
|
|
|
|
|
- Task.TaskManager.extendedExceptions = self.config.GetBool('extended-exceptions', 0)
|
|
|
|
|
- Task.TaskManager.pStatsTasks = self.config.GetBool('pstats-tasks', 0)
|
|
|
|
|
-
|
|
|
|
|
# Set up the TaskManager to reset the PStats clock back
|
|
# Set up the TaskManager to reset the PStats clock back
|
|
|
# whenever we resume from a pause. This callback function is
|
|
# whenever we resume from a pause. This callback function is
|
|
|
# a little hacky, but we can't call it directly from within
|
|
# a little hacky, but we can't call it directly from within
|