From 16814f470910c7e432370dd355be8645b92952ff Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Thu, 12 Oct 2006 17:48:59 +0000 Subject: [PATCH] little fix for copy actor --- direct/src/actor/Actor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 82214534f1..1255e93b79 100644 --- a/direct/src/actor/Actor.py +++ b/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