Browse Source

little fix for copy actor

Asad M. Zaman 19 years ago
parent
commit
16814f4709
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/actor/Actor.py

+ 0 - 1
direct/src/actor/Actor.py

@@ -238,7 +238,6 @@ class Actor(DirectObject, NodePath):
             # copy the part dictionary from other
             self.__copyPartBundles(other)
             self.__copySubpartDict(other)
-
             self.__subpartsComplete = other.__subpartsComplete
 
             # copy the anim dictionary from other