mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
prevent uberdog crash
This commit is contained in:
parent
67226d7f85
commit
e33e528192
@ -194,7 +194,7 @@ class DoCollectionManager:
|
|||||||
if (object == None):
|
if (object == None):
|
||||||
object = self.doId2do.get(doId)
|
object = self.doId2do.get(doId)
|
||||||
if object is None:
|
if object is None:
|
||||||
self.notify.error('storeObjectLocation: object %s not present' % doId)
|
self.notify.warning('storeObjectLocation: object %s not present' % doId)
|
||||||
else:
|
else:
|
||||||
oldParentId = object.parentId
|
oldParentId = object.parentId
|
||||||
oldZoneId = object.zoneId
|
oldZoneId = object.zoneId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user