2
0
Эх сурвалжийг харах

*** empty log message ***

Mike Goslin 24 жил өмнө
parent
commit
63b1dc4970

+ 2 - 1
direct/src/actor/DistributedActor.py

@@ -21,7 +21,8 @@ class DistributedActor(DistributedNode.DistributedNode, Actor.Actor):
 
     def disable(self):
         # remove all anims, on all parts and all lods
-        Actor.Actor.unloadAnims(self, None, None, None)
+	if (not self.isEmpty()):
+            Actor.Actor.unloadAnims(self, None, None, None)
         DistributedNode.DistributedNode.disable(self)
 
     def delete(self):