mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -04:00
"cleanup"
This commit is contained in:
parent
f679612f2a
commit
d1be95209e
@ -199,8 +199,8 @@ 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
|
||||||
obj.setLocation(parentId, zoneId)
|
# calls storeObjectLocation()
|
||||||
#self.storeObjectLocation(doId, parentId, zoneId)
|
obj.setLocation(parentId, zoneId)
|
||||||
else:
|
else:
|
||||||
self.notify.warning(
|
self.notify.warning(
|
||||||
"handleObjectLocation: Asked to update non-existent obj: %s" % (doId))
|
"handleObjectLocation: Asked to update non-existent obj: %s" % (doId))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user