mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
little fix for copy actor
This commit is contained in:
parent
2ed9227148
commit
16814f4709
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user