From 3eb4b0d3ded9774b403e55100ad5e03dabc2c71e Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Mon, 22 Jan 2007 22:29:39 +0000 Subject: [PATCH] pstats tasks now doesn't shoqw igLoop --- direct/src/task/Task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/task/Task.py b/direct/src/task/Task.py index fa8baff4b5..3543da9783 100644 --- a/direct/src/task/Task.py +++ b/direct/src/task/Task.py @@ -552,7 +552,7 @@ class TaskManager: break if __debug__: - if self.pStatsTasks and task.name != "igloop": + if self.pStatsTasks and task.name != "igLoop": # Get the PStats name for the task. By convention, # this is everything until the first hyphen; the part # of the task name following the hyphen is generally