little fix for copy actor

This commit is contained in:
Asad M. Zaman 2006-10-12 17:48:59 +00:00
parent 2ed9227148
commit 16814f4709

View File

@ -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