mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
"copy/paste bug fix"
This commit is contained in:
parent
59b7f35cad
commit
e088d31e98
@ -199,7 +199,7 @@ class DoCollectionManager:
|
|||||||
"handleObjectLocation: doId: %s parentId: %s zoneId: %s"%
|
"handleObjectLocation: doId: %s parentId: %s zoneId: %s"%
|
||||||
(doId, parentId, zoneId))
|
(doId, parentId, zoneId))
|
||||||
# Let the object finish the job
|
# Let the object finish the job
|
||||||
if hasattr(distObj, 'checkFFparentId'):
|
if hasattr(obj, 'checkFFparentId'):
|
||||||
obj.checkFFparentId(parentId)
|
obj.checkFFparentId(parentId)
|
||||||
obj.setLocation(parentId, zoneId)
|
obj.setLocation(parentId, zoneId)
|
||||||
#self.storeObjectLocation(doId, parentId, zoneId)
|
#self.storeObjectLocation(doId, parentId, zoneId)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user