mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
formatting
This commit is contained in:
parent
37bd636290
commit
d4faa62ea5
@ -236,7 +236,7 @@ class DoCollectionManager:
|
||||
(do, do.doId, location))
|
||||
else:
|
||||
assert do.doId in self.zoneId2doIds[location]
|
||||
del(self.zoneId2doIds[location][do.doId])
|
||||
del self.zoneId2doIds[location][do.doId]
|
||||
if len(self.zoneId2doIds[location]) == 0:
|
||||
del self.zoneId2doIds[location]
|
||||
if do.doId in self.doId2do:
|
||||
|
Loading…
x
Reference in New Issue
Block a user