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