Browse Source

*** empty log message ***

Jason Yeung 19 years ago
parent
commit
70fef33162
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/motiontrail/MotionTrail.py

+ 1 - 1
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)