From 70fef3316211deddaaf1f3f6f85596f3bdaa1628 Mon Sep 17 00:00:00 2001 From: Jason Yeung Date: Thu, 6 Jul 2006 18:35:32 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/motiontrail/MotionTrail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/motiontrail/MotionTrail.py b/direct/src/motiontrail/MotionTrail.py index 189aacc0db..a890543fb9 100644 --- a/direct/src/motiontrail/MotionTrail.py +++ b/direct/src/motiontrail/MotionTrail.py @@ -11,7 +11,7 @@ def remove_task ( ): if (total_motion_trails > 0): print "warning", total_motion_trails, "motion trails still exist when motion trail task is removed" - + MotionTrail.motion_trail_list = [ ] taskMgr.remove (MotionTrail.motion_trail_task_name)