mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 19:34:18 -04:00
crash on duplicate owner generate
This commit is contained in:
parent
4187bbd8bf
commit
ba790dbba1
@ -426,6 +426,8 @@ class ClientRepositoryBase(ConnectionRepository):
|
|||||||
if self.doId2ownerView.has_key(doId):
|
if self.doId2ownerView.has_key(doId):
|
||||||
# ...it is in our dictionary.
|
# ...it is in our dictionary.
|
||||||
# Just update it.
|
# Just update it.
|
||||||
|
self.notify.error('duplicate owner generate for %s (%s)' % (
|
||||||
|
doId, dclass.getName()))
|
||||||
distObj = self.doId2ownerView[doId]
|
distObj = self.doId2ownerView[doId]
|
||||||
assert distObj.dclass == dclass
|
assert distObj.dclass == dclass
|
||||||
distObj.generate()
|
distObj.generate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user